diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-22 10:52:01 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-23 09:11:13 -0400 |
commit | 3a33db2321759975dba3e6156459c3eeb3f6c1e2 (patch) | |
tree | 43d693b331d9d8b2bb29bb4809b25bece7af60d3 /arch/mips/math-emu/dp_simple.c | |
parent | b3a7ad2b0c48e046ff8a7934f3aa55fc06c54762 (diff) |
MIPS: math-emu: Inline ieee754dp_finite and ieee754dp_finite().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/dp_simple.c')
-rw-r--r-- | arch/mips/math-emu/dp_simple.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/math-emu/dp_simple.c b/arch/mips/math-emu/dp_simple.c index c116502a00b7..cae11b0454c6 100644 --- a/arch/mips/math-emu/dp_simple.c +++ b/arch/mips/math-emu/dp_simple.c | |||
@@ -26,11 +26,6 @@ | |||
26 | 26 | ||
27 | #include "ieee754dp.h" | 27 | #include "ieee754dp.h" |
28 | 28 | ||
29 | int ieee754dp_finite(union ieee754dp x) | ||
30 | { | ||
31 | return DPBEXP(x) != DP_EMAX + 1 + DP_EBIAS; | ||
32 | } | ||
33 | |||
34 | union ieee754dp ieee754dp_copysign(union ieee754dp x, union ieee754dp y) | 29 | union ieee754dp ieee754dp_copysign(union ieee754dp x, union ieee754dp y) |
35 | { | 30 | { |
36 | ieee754_clearcx(); | 31 | ieee754_clearcx(); |