diff options
Diffstat (limited to 'soft-fp/eqtf2.c')
-rw-r--r-- | soft-fp/eqtf2.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/eqtf2.c b/soft-fp/eqtf2.c index 4a80375..e4ef829 100644 --- a/soft-fp/eqtf2.c +++ b/soft-fp/eqtf2.c @@ -31,10 +31,12 @@ #include "soft-fp.h" #include "quad.h" -CMPtype __eqtf2(TFtype a, TFtype b) +CMPtype +__eqtf2(TFtype a, TFtype b) { FP_DECL_EX; - FP_DECL_Q(A); FP_DECL_Q(B); + FP_DECL_Q(A); + FP_DECL_Q(B); CMPtype r; FP_INIT_EXCEPTIONS; |