glibc/ports/sysdeps/tile/s_fmaf.c

5 lines
197 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_fmaf.c>