Skip to content

Commit aacebcd

Browse files
committed
Fix ARM fixed point builds with CMake
1 parent 845d1d6 commit aacebcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,6 @@ if(NOT OPUS_DISABLE_INTRINSICS)
480480
# Do runtime check for NEON
481481
target_compile_definitions(opus
482482
PRIVATE
483-
OPUS_ARM_MAY_HAVE_NEON
484483
OPUS_ARM_MAY_HAVE_NEON_INTR)
485484
endif()
486485

@@ -497,7 +496,6 @@ if(NOT OPUS_DISABLE_INTRINSICS)
497496
if(OPUS_PRESUME_NEON)
498497
target_compile_definitions(opus
499498
PRIVATE
500-
OPUS_ARM_PRESUME_NEON
501499
OPUS_ARM_PRESUME_NEON_INTR)
502500
endif()
503501
endif()

0 commit comments

Comments
 (0)