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 e1bc784 commit 7e81f9fCopy full SHA for 7e81f9f
CMakeLists.txt
@@ -543,7 +543,6 @@ if(NOT OPUS_DISABLE_INTRINSICS)
543
# Do runtime check for NEON
544
target_compile_definitions(opus
545
PRIVATE
546
- OPUS_ARM_MAY_HAVE_NEON
547
OPUS_ARM_MAY_HAVE_NEON_INTR)
548
endif()
549
@@ -563,7 +562,6 @@ if(NOT OPUS_DISABLE_INTRINSICS)
563
562
if(OPUS_PRESUME_NEON)
564
565
566
- OPUS_ARM_PRESUME_NEON
567
OPUS_ARM_PRESUME_NEON_INTR)
568
569
0 commit comments