mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-27 15:43:42 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user