diff options
Diffstat (limited to 'soft-fp/floatuntisf.c')
-rw-r--r-- | soft-fp/floatuntisf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/floatuntisf.c b/soft-fp/floatuntisf.c index f0ae3525c3..d70b025f5d 100644 --- a/soft-fp/floatuntisf.c +++ b/soft-fp/floatuntisf.c @@ -36,6 +36,7 @@ SFtype __floatuntisf(UTItype 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; |