forked from wolfSSL/wolfssl
Turn off SP by default
This commit is contained in:
@ -3208,7 +3208,7 @@ AM_CONDITIONAL([BUILD_INTEL_QA], [test "x$ENABLED_INTEL_QA" = "xyes"])
|
|||||||
AC_ARG_ENABLE([sp],
|
AC_ARG_ENABLE([sp],
|
||||||
[AS_HELP_STRING([--enable-sp],[Enable Single Precision maths implementation (default: disabled)])],
|
[AS_HELP_STRING([--enable-sp],[Enable Single Precision maths implementation (default: disabled)])],
|
||||||
[ ENABLED_SP=$enableval ],
|
[ ENABLED_SP=$enableval ],
|
||||||
[ ENABLED_SP=yes ],
|
[ ENABLED_SP=no ],
|
||||||
)
|
)
|
||||||
|
|
||||||
for v in `echo $ENABLED_SP | tr "," " "`
|
for v in `echo $ENABLED_SP | tr "," " "`
|
||||||
|
Reference in New Issue
Block a user