Skip to content

Commit

Permalink
Fix ARM fixed point builds with CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
ccawley2011 committed Feb 17, 2024
1 parent e1bc784 commit 7e81f9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ if(NOT OPUS_DISABLE_INTRINSICS)
# Do runtime check for NEON
target_compile_definitions(opus
PRIVATE
OPUS_ARM_MAY_HAVE_NEON
OPUS_ARM_MAY_HAVE_NEON_INTR)
endif()

Expand All @@ -563,7 +562,6 @@ if(NOT OPUS_DISABLE_INTRINSICS)
if(OPUS_PRESUME_NEON)
target_compile_definitions(opus
PRIVATE
OPUS_ARM_PRESUME_NEON
OPUS_ARM_PRESUME_NEON_INTR)
endif()
endif()
Expand Down

0 comments on commit 7e81f9f

Please sign in to comment.