From 7a94496355148c90f41b317188cbc0fd300fc60b Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Sun, 12 May 2024 23:18:18 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ef7b1f39..7a67bf413 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,11 +15,11 @@ option(ENABLE_TEST_SPEED "Enable test speed" OFF) -option(ENABLE_SM2_ARM64 "Enable SM2_Z256 ARMv8 assembly" ON) -option(ENABLE_SM3_ARM64 "Enable SM3 Arm Neon implementation (10% faster on Apple M2)" ON) +option(ENABLE_SM2_ARM64 "Enable SM2_Z256 ARMv8 assembly" OFF) +option(ENABLE_SM3_ARM64 "Enable SM3 Arm Neon implementation (10% faster on Apple M2)" OFF) option(ENABLE_SM4_ARM64 "Enable SM4 AARCH64 assembly implementation" OFF) -option(ENABLE_SM9_ARM64 "Enable SM9_Z256 ARMv8 assembly" ON) -option(ENABLE_GMUL_ARM64 "Enable GF(2^128) Multiplication AArch64 assembly" ON) +option(ENABLE_SM9_ARM64 "Enable SM9_Z256 ARMv8 assembly" OFF) +option(ENABLE_GMUL_ARM64 "Enable GF(2^128) Multiplication AArch64 assembly" OFF) option(ENABLE_SM3_SSE "Enable SM3 SSE assembly implementation" OFF)