about summary refs log tree commit diff
path: root/sysdeps/mips/math-tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/math-tests.h')
-rw-r--r--sysdeps/mips/math-tests.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mips/math-tests.h b/sysdeps/mips/math-tests.h
index f41c1616b0..fb08bca418 100644
--- a/sysdeps/mips/math-tests.h
+++ b/sysdeps/mips/math-tests.h
@@ -35,4 +35,10 @@
 # define EXCEPTION_TESTS_long_double	0
 #endif
 
+/* NaN payload preservation when converting a signaling NaN to quiet
+   is only required in NAN2008 mode.  */
+#if defined __mips_hard_float && !defined __mips_nan2008
+# define SNAN_TESTS_PRESERVE_PAYLOAD	0
+#endif
+
 #include_next <math-tests.h>