blob: c84a9bb2dfa069cca230de2ec3bb33e3a16d0df7 (
plain)
1
2
3
4
|
/* 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>
|