aboutsummaryrefslogtreecommitdiff
path: root/pl/math/math_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/math_config.h')
-rw-r--r--pl/math/math_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pl/math/math_config.h b/pl/math/math_config.h
index 81da863..90d571c 100644
--- a/pl/math/math_config.h
+++ b/pl/math/math_config.h
@@ -24,6 +24,11 @@
set to 1 if math.h has (math_errhandling & MATH_ERRNO) != 0. */
# define WANT_ERRNO 0
#endif
+#ifndef WANT_SIMD_EXCEPT
+/* If defined to 1, trigger fp exceptions in vector routines, consistently with
+ behaviour expected from the corresponding scalar routine. */
+#define WANT_SIMD_EXCEPT 0
+#endif
/* Compiler can inline round as a single instruction. */
#ifndef HAVE_FAST_ROUND