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