about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorHeasterian <70614927+Heasterian@users.noreply.github.com>2021-07-03 23:26:17 +0300
committerGitHub <noreply@github.com>2021-07-03 23:26:17 +0300
commit67c80f683e335413efcb3ee4590f671ccdf5aae8 (patch)
tree8c3855c921948c39521de007ba751b2a211b667a
parent1fb65cbce2174f746f4f58a5d019b70a2ca13daa (diff)
downloadbox64-67c80f683e335413efcb3ee4590f671ccdf5aae8.tar.gz
box64-67c80f683e335413efcb3ee4590f671ccdf5aae8.zip
One more extension for Tegra T1
-rwxr-xr-xCMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 96394924..b3fd6952 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -67,8 +67,8 @@ endif()
 
 if(TEGRAX1)
     add_definitions(-DTEGRAX1)
-    add_definitions(-pipe -march=armv8-a+simd+crypto -mcpu=cortex-a57+crypto)
-    set(CMAKE_ASM_FLAGS  "-pipe -march=armv8-a+simd+crypto -mcpu=cortex-a57+crypto")
+    add_definitions(-pipe -march=armv8-a+crc+simd+crypto -mcpu=cortex-a57+crypto)
+    set(CMAKE_ASM_FLAGS  "-pipe -march=armv8-a+crc+simd+crypto -mcpu=cortex-a57+crypto")
 endif()
 
 if(NOGIT)