File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 759759
760760# fastmath
761761AC_ARG_ENABLE ( [ fastmath] ,
762- [ AS_HELP_STRING ( [ --enable-fastmath] ,[ Enable fast math ops (default: disabled)] ) ] ,
762+ [ AS_HELP_STRING ( [ --enable-fastmath] ,[ Enable legacy Tom's Fast Math back end (default: disabled)] ) ] ,
763763 [ ENABLED_FASTMATH=$enableval ] ,
764764 [ ENABLED_FASTMATH=$DEF_FAST_MATH ]
765765 )
766766
767767# fast HUGE math
768768AC_ARG_ENABLE ( [ fasthugemath] ,
769- [ AS_HELP_STRING ( [ --enable-fasthugemath] ,[ Enable fast math + huge code (default: disabled)] ) ] ,
769+ [ AS_HELP_STRING ( [ --enable-fasthugemath] ,[ Enable legacy Tom's Fast Math + huge code (default: disabled)] ) ] ,
770770 [ ENABLED_FASTHUGEMATH=$enableval ] ,
771771 [ ENABLED_FASTHUGEMATH=no ]
772772 )
@@ -8421,7 +8421,7 @@ then
84218421
84228422 if test "x$ENABLED_HEAPMATH" = "xyes"
84238423 then
8424- AC_MSG_ERROR ( [ please use --enable-fastmath if enabling staticmemory.] )
8424+ AC_MSG_ERROR ( [ --enable-heapmath is incompatible with --enable- staticmemory.] )
84258425 fi
84268426 if test "$ENABLED_LOWRESOURCE" = "yes" && test "$ENABLED_RSA" = "no"
84278427 then
You can’t perform that action at this time.
0 commit comments