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/ieee754.h | |
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/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 { | |||
68 | /* | 68 | /* |
69 | * single precision (often aka float) | 69 | * single precision (often aka float) |
70 | */ | 70 | */ |
71 | int ieee754sp_finite(union ieee754sp x); | ||
72 | int ieee754sp_class(union ieee754sp x); | 71 | int ieee754sp_class(union ieee754sp x); |
73 | 72 | ||
74 | union ieee754sp ieee754sp_abs(union ieee754sp x); | 73 | union ieee754sp ieee754sp_abs(union ieee754sp x); |
@@ -112,7 +111,6 @@ union ieee754sp ieee754sp_sqrt(union ieee754sp x); | |||
112 | /* | 111 | /* |
113 | * double precision (often aka double) | 112 | * double precision (often aka double) |
114 | */ | 113 | */ |
115 | int ieee754dp_finite(union ieee754dp x); | ||
116 | int ieee754dp_class(union ieee754dp x); | 114 | int ieee754dp_class(union ieee754dp x); |
117 | 115 | ||
118 | /* x with sign of y */ | 116 | /* x with sign of y */ |