diff options
Diffstat (limited to 'soft-fp/letf2.c')
-rw-r--r-- | soft-fp/letf2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/letf2.c b/soft-fp/letf2.c index 59342ca4cb..7644b26036 100644 --- a/soft-fp/letf2.c +++ b/soft-fp/letf2.c @@ -37,6 +37,7 @@ CMPtype __letf2(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_Q(r, A, B, 2); |