about summary refs log tree commit diff
path: root/ports/sysdeps/tile/s_fmaf.c
blob: 84e9adc41abe124e3c1d8b04b7e1d05cee7bdf80 (plain) (blame)
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_fmaf.c>