diff options
Diffstat (limited to 'ports/sysdeps/alpha/fpu/s_truncf.c')
-rw-r--r-- | ports/sysdeps/alpha/fpu/s_truncf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/alpha/fpu/s_truncf.c b/ports/sysdeps/alpha/fpu/s_truncf.c index 3e13e87c57..aac47f719c 100644 --- a/ports/sysdeps/alpha/fpu/s_truncf.c +++ b/ports/sysdeps/alpha/fpu/s_truncf.c @@ -26,7 +26,7 @@ __truncf (float x) { float two23 = copysignf (0x1.0p23, x); float r, tmp; - + __asm ( #ifdef _IEEE_FP_INEXACT "adds/suic %2, %3, %1\n\tsubs/suic %1, %3, %0" |