diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-22 18:52:01 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-23 17:11:13 +0400 |
commit | 3a33db2321759975dba3e6156459c3eeb3f6c1e2 (patch) | |
tree | 43d693b331d9d8b2bb29bb4809b25bece7af60d3 /arch/mips/math-emu/ieee754.h | |
parent | b3a7ad2b0c48e046ff8a7934f3aa55fc06c54762 (diff) | |
download | linux-3a33db2321759975dba3e6156459c3eeb3f6c1e2.tar.xz |
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/ieee754.h')
-rw-r--r-- | arch/mips/math-emu/ieee754.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/math-emu/ieee754.h b/arch/mips/math-emu/ieee754.h index 6d9a89051b27..7466230da5b8 100644 --- a/arch/mips/math-emu/ieee754.h +++ b/arch/mips/math-emu/ieee754.h @@ -68,7 +68,6 @@ union ieee754sp { /* * single precision (often aka float) */ -int ieee754sp_finite(union ieee754sp x); int ieee754sp_class(union ieee754sp x); union ieee754sp ieee754sp_abs(union ieee754sp x); @@ -112,7 +111,6 @@ union ieee754sp ieee754sp_sqrt(union ieee754sp x); /* * double precision (often aka double) */ -int ieee754dp_finite(union ieee754dp x); int ieee754dp_class(union ieee754dp x); /* x with sign of y */ |