mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
enable ARM64 optimizations when using MINIMAL_BUILD option (#1139)
This commit is contained in:
parent
6888e9ea95
commit
188e6a38b2
@ -673,6 +673,7 @@ if(NOT ((OQS_MINIMAL_BUILD STREQUAL "") OR (OQS_MINIMAL_BUILD STREQUAL "OFF")))
|
||||
string(REPLACE "_aesni" "" _var_base ${_var})
|
||||
string(REPLACE "_avx2" "" _var_base ${_var_base})
|
||||
string(REPLACE "_avx" "" _var_base ${_var_base})
|
||||
string(REPLACE "_aarch64" "" _var_base ${_var_base})
|
||||
foreach (_alg ${OQS_MINIMAL_BUILD})
|
||||
if(${_var}_AVAILABLE)
|
||||
if(${_var_base}X STREQUAL ${_alg}X)
|
||||
|
Loading…
x
Reference in New Issue
Block a user