mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 10:50:07 +00:00
7 lines
286 B
C
7 lines
286 B
C
/* MIPS long double is implemented in software by fp-bit (as of GCC
|
|
4.7) without support for exceptions or rounding modes, so the fma
|
|
implementation in terms of long double is slow and will not produce
|
|
correctly rounding results. */
|
|
|
|
#include <sysdeps/ieee754/dbl-64/s_fma.c>
|