diff options
Diffstat (limited to 'soft-fp/unorddf2.c')
-rw-r--r-- | soft-fp/unorddf2.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/unorddf2.c b/soft-fp/unorddf2.c index bc4efa30b0..9c8e2f9027 100644 --- a/soft-fp/unorddf2.c +++ b/soft-fp/unorddf2.c @@ -30,10 +30,12 @@ #include "soft-fp.h" #include "double.h" -CMPtype __unorddf2(DFtype a, DFtype b) +CMPtype +__unorddf2(DFtype a, DFtype b) { FP_DECL_EX; - FP_DECL_D(A); FP_DECL_D(B); + FP_DECL_D(A); + FP_DECL_D(B); CMPtype r; FP_INIT_EXCEPTIONS; |