about summary refs log tree commit diff
path: root/soft-fp/floatunsisf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floatunsisf.c')
-rw-r--r--soft-fp/floatunsisf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/floatunsisf.c b/soft-fp/floatunsisf.c
index 2c0cc89763..0a694f61a9 100644
--- a/soft-fp/floatunsisf.c
+++ b/soft-fp/floatunsisf.c
@@ -37,6 +37,7 @@ SFtype __floatunsisf(USItype i)
   FP_DECL_S(A);
   SFtype a;
 
+  FP_INIT_ROUNDMODE;
   FP_FROM_INT_S(A, i, SI_BITS, USItype);
   FP_PACK_RAW_S(a, A);
   FP_HANDLE_EXCEPTIONS;