We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845d1d6 commit aacebcdCopy full SHA for aacebcd
CMakeLists.txt
@@ -480,7 +480,6 @@ if(NOT OPUS_DISABLE_INTRINSICS)
480
# Do runtime check for NEON
481
target_compile_definitions(opus
482
PRIVATE
483
- OPUS_ARM_MAY_HAVE_NEON
484
OPUS_ARM_MAY_HAVE_NEON_INTR)
485
endif()
486
@@ -497,7 +496,6 @@ if(NOT OPUS_DISABLE_INTRINSICS)
497
496
if(OPUS_PRESUME_NEON)
498
499
500
- OPUS_ARM_PRESUME_NEON
501
OPUS_ARM_PRESUME_NEON_INTR)
502
503
0 commit comments