mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
SP: config option to force no asm
Added to configure.ac the option to specify SP to be built with ASM as x64 defaults to with asm.
This commit is contained in:
@ -6497,6 +6497,10 @@ do
|
|||||||
ENABLED_SP_ASM=yes
|
ENABLED_SP_ASM=yes
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
noasm)
|
||||||
|
ENABLED_SP_ASM=no
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([Invalid choice of Single Precision length in bits [256, 384, 521, 1024, 2048, 3072, 4096]: $ENABLED_SP.])
|
AC_MSG_ERROR([Invalid choice of Single Precision length in bits [256, 384, 521, 1024, 2048, 3072, 4096]: $ENABLED_SP.])
|
||||||
break;;
|
break;;
|
||||||
|
Reference in New Issue
Block a user