Skip to content

Commit 7e81f9f

Browse files
committed
Fix ARM fixed point builds with CMake
1 parent e1bc784 commit 7e81f9f

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
@@ -543,7 +543,6 @@ if(NOT OPUS_DISABLE_INTRINSICS)
543543
# Do runtime check for NEON
544544
target_compile_definitions(opus
545545
PRIVATE
546-
OPUS_ARM_MAY_HAVE_NEON
547546
OPUS_ARM_MAY_HAVE_NEON_INTR)
548547
endif()
549548

@@ -563,7 +562,6 @@ if(NOT OPUS_DISABLE_INTRINSICS)
563562
if(OPUS_PRESUME_NEON)
564563
target_compile_definitions(opus
565564
PRIVATE
566-
OPUS_ARM_PRESUME_NEON
567565
OPUS_ARM_PRESUME_NEON_INTR)
568566
endif()
569567
endif()

0 commit comments

Comments
 (0)