diff options
Diffstat (limited to 'soft-fp/unordsf2.c')
-rw-r--r-- | soft-fp/unordsf2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/unordsf2.c b/soft-fp/unordsf2.c index 217975f000..fd475992f5 100644 --- a/soft-fp/unordsf2.c +++ b/soft-fp/unordsf2.c @@ -30,7 +30,8 @@ #include "soft-fp.h" #include "single.h" -CMPtype __unordsf2(SFtype a, SFtype b) +CMPtype +__unordsf2(SFtype a, SFtype b) { FP_DECL_EX; FP_DECL_S(A); |