diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-22 16:52:01 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-23 15:11:13 +0200 |
commit | 3a33db2321759975dba3e6156459c3eeb3f6c1e2 (patch) | |
tree | 43d693b331d9d8b2bb29bb4809b25bece7af60d3 /arch/mips/math-emu/sp_simple.c | |
parent | MIPS: math-emu: Eleminate duplicate definitions of identical macros. (diff) | |
download | linux-3a33db2321759975dba3e6156459c3eeb3f6c1e2.tar.xz linux-3a33db2321759975dba3e6156459c3eeb3f6c1e2.zip |
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/sp_simple.c')
-rw-r--r-- | arch/mips/math-emu/sp_simple.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/math-emu/sp_simple.c b/arch/mips/math-emu/sp_simple.c index 4da597b6a1f7..b63e9fb7ef4e 100644 --- a/arch/mips/math-emu/sp_simple.c +++ b/arch/mips/math-emu/sp_simple.c @@ -26,11 +26,6 @@ #include "ieee754sp.h" -int ieee754sp_finite(union ieee754sp x) -{ - return SPBEXP(x) != SP_EMAX + 1 + SP_EBIAS; -} - union ieee754sp ieee754sp_copysign(union ieee754sp x, union ieee754sp y) { ieee754_clearcx(); |