diff options
Diffstat (limited to 'ports/sysdeps/tile/s_fmaf.c')
-rw-r--r-- | ports/sysdeps/tile/s_fmaf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ports/sysdeps/tile/s_fmaf.c b/ports/sysdeps/tile/s_fmaf.c index 84e9adc41a..aa5c9b2d91 100644 --- a/ports/sysdeps/tile/s_fmaf.c +++ b/ports/sysdeps/tile/s_fmaf.c @@ -1,4 +1 @@ -/* 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> +#include <soft-fp/fmasf4.c> |