diff options
Diffstat (limited to 'soft-fp/extendsftf2.c')
-rw-r--r-- | soft-fp/extendsftf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/extendsftf2.c b/soft-fp/extendsftf2.c index 8271a88466..b1ab5935e3 100644 --- a/soft-fp/extendsftf2.c +++ b/soft-fp/extendsftf2.c @@ -39,7 +39,7 @@ TFtype __extendsftf2(SFtype a) FP_DECL_Q(R); TFtype r; - FP_INIT_ROUNDMODE; + FP_INIT_EXCEPTIONS; FP_UNPACK_RAW_S(A, a); #if (2 * _FP_W_TYPE_SIZE) < _FP_FRACBITS_Q FP_EXTEND(Q,S,4,1,R,A); |