diff options
Diffstat (limited to 'soft-fp/unordtf2.c')
-rw-r--r-- | soft-fp/unordtf2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/unordtf2.c b/soft-fp/unordtf2.c index 3650cf461b..443cd79ec5 100644 --- a/soft-fp/unordtf2.c +++ b/soft-fp/unordtf2.c @@ -30,7 +30,8 @@ #include "soft-fp.h" #include "quad.h" -CMPtype __unordtf2(TFtype a, TFtype b) +CMPtype +__unordtf2(TFtype a, TFtype b) { FP_DECL_EX; FP_DECL_Q(A); |