1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Default to FP16 off again

This commit is contained in:
paboyle 2017-04-13 12:51:39 +01:00
parent 5a4eafbf7e
commit 4226c633c4

View File

@ -86,7 +86,7 @@ esac
############### FP16 conversions
AC_ARG_ENABLE([fp16],
[AC_HELP_STRING([--enable-fp16=yes|no], [enable fp16 comms])],
[ac_FP16=${enable_fp16}], [ac_FP16=yes])
[ac_FP16=${enable_fp16}], [ac_FP16=no])
case ${ac_FP16} in
no)
;;