aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts/linux/ArchSetup.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/scripts/linux/ArchSetup.cmake')
-rw-r--r--cmake/scripts/linux/ArchSetup.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/linux/ArchSetup.cmake b/cmake/scripts/linux/ArchSetup.cmake
index eeed920aff..53e5f1bd12 100644
--- a/cmake/scripts/linux/ArchSetup.cmake
+++ b/cmake/scripts/linux/ArchSetup.cmake
@@ -19,7 +19,7 @@ else()
set(NEON_FLAGS "-mfpu=neon -mvectorize-with-neon-quad")
elseif(CPU MATCHES aarch64 OR CPU MATCHES arm64)
set(ARCH aarch64)
- set(NEON False)
+ set(NEON True)
else()
message(SEND_ERROR "Unknown CPU: ${CPU}")
endif()