Skip to content

Commit 3cb66ad

Browse files
committed
configure.ac: update help and error messages re fastmath.
1 parent 20e2e33 commit 3cb66ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,14 +759,14 @@ fi
759759

760760
# fastmath
761761
AC_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
768768
AC_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

0 commit comments

Comments
 (0)