diff options
Diffstat (limited to 'soft-fp/ledf2.c')
-rw-r--r-- | soft-fp/ledf2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/ledf2.c b/soft-fp/ledf2.c index 7b8f403bb8..6922d2ff6e 100644 --- a/soft-fp/ledf2.c +++ b/soft-fp/ledf2.c @@ -37,6 +37,7 @@ CMPtype __ledf2(DFtype a, DFtype b) FP_DECL_D(A); FP_DECL_D(B); CMPtype r; + FP_INIT_EXCEPTIONS; FP_UNPACK_RAW_D(A, a); FP_UNPACK_RAW_D(B, b); FP_CMP_D(r, A, B, 2); |