From 3cb66ad18a24c63d0de1a35ac39d0176eb1e0015 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Tue, 10 Sep 2024 13:05:54 -0500 Subject: [PATCH] configure.ac: update help and error messages re fastmath. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a304db825..d9e93278c 100644 --- a/configure.ac +++ b/configure.ac @@ -759,14 +759,14 @@ fi # fastmath AC_ARG_ENABLE([fastmath], - [AS_HELP_STRING([--enable-fastmath],[Enable fast math ops (default: disabled)])], + [AS_HELP_STRING([--enable-fastmath],[Enable legacy Tom's Fast Math back end (default: disabled)])], [ ENABLED_FASTMATH=$enableval ], [ ENABLED_FASTMATH=$DEF_FAST_MATH ] ) # fast HUGE math AC_ARG_ENABLE([fasthugemath], - [AS_HELP_STRING([--enable-fasthugemath],[Enable fast math + huge code (default: disabled)])], + [AS_HELP_STRING([--enable-fasthugemath],[Enable legacy Tom's Fast Math + huge code (default: disabled)])], [ ENABLED_FASTHUGEMATH=$enableval ], [ ENABLED_FASTHUGEMATH=no ] ) @@ -8421,7 +8421,7 @@ then if test "x$ENABLED_HEAPMATH" = "xyes" then - AC_MSG_ERROR([please use --enable-fastmath if enabling staticmemory.]) + AC_MSG_ERROR([--enable-heapmath is incompatible with --enable-staticmemory.]) fi if test "$ENABLED_LOWRESOURCE" = "yes" && test "$ENABLED_RSA" = "no" then