aboutsummaryrefslogtreecommitdiff
path: root/soft-fp/floatsisf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floatsisf.c')
-rw-r--r--soft-fp/floatsisf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/floatsisf.c b/soft-fp/floatsisf.c
index c9ff205..b4afb9f 100644
--- a/soft-fp/floatsisf.c
+++ b/soft-fp/floatsisf.c
@@ -37,6 +37,7 @@ SFtype __floatsisf(SItype 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;