From 4226c633c4fb1284fe92c37ced904c1c81b742ba Mon Sep 17 00:00:00 2001 From: paboyle Date: Thu, 13 Apr 2017 12:51:39 +0100 Subject: [PATCH] Default to FP16 off again --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6b233c0d..52acbfde 100644 --- a/configure.ac +++ b/configure.ac @@ -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) ;;