diff options
Diffstat (limited to 'soft-fp/unorddf2.c')
-rw-r--r-- | soft-fp/unorddf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/unorddf2.c b/soft-fp/unorddf2.c index 35f3e673db..c44b61d131 100644 --- a/soft-fp/unorddf2.c +++ b/soft-fp/unorddf2.c @@ -23,7 +23,7 @@ #include "double.h" int -__unorddf2(double a, double b) +__unorddf2(DFtype a, DFtype b) { FP_DECL_D(A); FP_DECL_D(B); int r; |