Skip to content

[cmake] disable NEON runtime check on clang-cl#429

Open
crueter wants to merge 1 commit intoxiph:mainfrom
crueter:patch-2
Open

[cmake] disable NEON runtime check on clang-cl#429
crueter wants to merge 1 commit intoxiph:mainfrom
crueter:patch-2

Conversation

@crueter
Copy link

@crueter crueter commented Sep 8, 2025

When enabling runtime NEON checking for clang-cl, the linker would error out with undefined symbol: __emit, since clang doesn't actually implement this instruction. Therefore it makes sense to disable the runtime check by default on this platform, until either this is fixed or a clang-cl compatible intrinsic check is added (I don't have enough knowledge of MSVC to do this)

When enabling runtime NEON checking for clang-cl, the linker would error out with `undefined symbol: __emit`, since clang doesn't actually implement this instruction. Therefore it makes sense to disable the runtime check by default on this platform, until either this is fixed or a clang-cl compatible intrinsic check is added (I don't have enough knowledge of MSVC to do this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant