diff options
Diffstat (limited to 'soft-fp/eqtf2.c')
-rw-r--r-- | soft-fp/eqtf2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/eqtf2.c b/soft-fp/eqtf2.c index 47b5d5cb61..4a80375105 100644 --- a/soft-fp/eqtf2.c +++ b/soft-fp/eqtf2.c @@ -37,6 +37,7 @@ CMPtype __eqtf2(TFtype a, TFtype b) FP_DECL_Q(A); FP_DECL_Q(B); CMPtype r; + FP_INIT_EXCEPTIONS; FP_UNPACK_RAW_Q(A, a); FP_UNPACK_RAW_Q(B, b); FP_CMP_EQ_Q(r, A, B); |