diff options
Diffstat (limited to 'soft-fp/gesf2.c')
-rw-r--r-- | soft-fp/gesf2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/gesf2.c b/soft-fp/gesf2.c index f0a8377310..899fcc5c90 100644 --- a/soft-fp/gesf2.c +++ b/soft-fp/gesf2.c @@ -37,6 +37,7 @@ CMPtype __gesf2(SFtype a, SFtype b) FP_DECL_S(A); FP_DECL_S(B); CMPtype r; + FP_INIT_EXCEPTIONS; FP_UNPACK_RAW_S(A, a); FP_UNPACK_RAW_S(B, b); FP_CMP_S(r, A, B, -2); |