diff options
Diffstat (limited to 'soft-fp/floatdisf.c')
-rw-r--r-- | soft-fp/floatdisf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/floatdisf.c b/soft-fp/floatdisf.c index 72252e4a99..4a93793162 100644 --- a/soft-fp/floatdisf.c +++ b/soft-fp/floatdisf.c @@ -37,6 +37,7 @@ SFtype __floatdisf(DItype i) FP_DECL_S(A); SFtype a; + FP_INIT_ROUNDMODE; FP_FROM_INT_S(A, i, DI_BITS, UDItype); FP_PACK_RAW_S(a, A); FP_HANDLE_EXCEPTIONS; |