From 98998e9f518e3b76c2bf63f825f930bd7f6486f1 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 12 Oct 2013 12:21:04 +0000 Subject: soft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROUNDMODE calls. --- soft-fp/gesf2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'soft-fp/gesf2.c') 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); -- cgit 1.4.1