Merge pull request #1870 from shakespark/fix-sm2-neon-support

fix(sm2): fix ENABLE_SM2_NEON macro mismatch and add missing functions
This commit is contained in:
Zhi Guan
2026-06-21 09:58:09 +08:00
committed by GitHub
2 changed files with 23 additions and 1 deletions

View File

@@ -260,7 +260,7 @@ endif()
if (ENABLE_SM2_NEON)
message(STATUS "ENABLE_SM2_NEON is ON")
add_definitions(-DENABLE_SM2_NEON)
add_definitions(-DENABLE_SM2_Z256_NEON)
endif()
if (ENABLE_SM9_ARM64)