From e88c14d009de6f6899ec70688c93a9118f0262be Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 7 Oct 2015 00:43:08 +0000 Subject: Use dbl-64/wordsize-64 for MIPS64. This patch enables use of sysdeps/ieee754/dbl-64/wordsize-64 for MIPS64 (both n64 and n32), removing a #error in one case now that case has been tested and found to work. Tested for mips64 (n64 and n32). * sysdeps/mips/mips64/Implies: Use ieee754/dbl-64/wordsize-64. * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c (__issignaling) [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Remove #error. --- sysdeps/mips/mips64/Implies | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/mips') diff --git a/sysdeps/mips/mips64/Implies b/sysdeps/mips/mips64/Implies index 826ff15..b476b8b 100644 --- a/sysdeps/mips/mips64/Implies +++ b/sysdeps/mips/mips64/Implies @@ -1,4 +1,5 @@ # MIPS uses IEEE 754 floating point. mips/ieee754 ieee754/flt-32 +ieee754/dbl-64/wordsize-64 ieee754/dbl-64 -- cgit v1.1