diff options
Diffstat (limited to 'soft-fp/floatsisf.c')
-rw-r--r-- | soft-fp/floatsisf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/floatsisf.c b/soft-fp/floatsisf.c index c9ff205d7f..b4afb9fb88 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; |