glibc/ports/sysdeps/tile/s_fma.c

5 lines
196 B
C

/* tile does not support the rounding modes required by the ieee754/dbl-64
implementation, but it's still better than the generic implementation. */
#include <sysdeps/ieee754/dbl-64/s_fma.c>