Andrew Waterman
fdcc625376
RISC-V: fmax/fmin: Handle signalling NaNs correctly.
RISC-V's fmax(sNAN,4) returns 4 but glibc expects it to return qNAN.
* sysdeps/riscv/rvd/s_fmax.c (__fmax): Handle sNaNs correctly.
* sysdeps/riscv/rvd/s_fmin.c (__fmin): Likewise.
* sysdeps/riscv/rvf/s_fmaxf.c (__fmaxf): Likewise.
* sysdeps/riscv/rvf/s_fminf.c (__fminf): Likewise.
2018-02-22 14:31:54 -05:00
..
2018-01-29 10:26:35 -08:00
2018-01-29 10:37:28 -08:00
2018-01-29 10:43:15 -08:00
2018-01-29 10:43:15 -08:00
2018-02-22 14:31:54 -05:00
2018-02-22 14:31:54 -05:00
2018-01-29 10:43:15 -08:00
2018-01-29 10:43:15 -08:00
2018-01-29 10:26:35 -08:00
2018-01-29 10:26:35 -08:00
2018-01-29 10:43:15 -08:00
2018-01-29 10:43:15 -08:00
2018-01-29 10:26:35 -08:00
2018-01-29 10:43:15 -08:00
2018-01-29 10:26:35 -08:00
2018-01-29 10:26:35 -08:00
2018-02-22 14:28:47 -05:00