about summary refs log tree commit diff
path: root/soft-fp/floattisf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floattisf.c')
-rw-r--r--soft-fp/floattisf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/floattisf.c b/soft-fp/floattisf.c
index 03ed1e21c7..dd932af974 100644
--- a/soft-fp/floattisf.c
+++ b/soft-fp/floattisf.c
@@ -36,6 +36,7 @@ SFtype __floattisf(TItype i)
   FP_DECL_S(A);
   SFtype a;
 
+  FP_INIT_ROUNDMODE;
   FP_FROM_INT_S(A, i, TI_BITS, UTItype);
   FP_PACK_RAW_S(a, A);
   FP_HANDLE_EXCEPTIONS;