mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
e88c14d009
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.
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
# MIPS uses IEEE 754 floating point.
|
|
mips/ieee754
|
|
ieee754/flt-32
|
|
ieee754/dbl-64/wordsize-64
|
|
ieee754/dbl-64
|