diff options
Diffstat (limited to 'arch/mips/math-emu/ieee754sp.h')
-rw-r--r-- | arch/mips/math-emu/ieee754sp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754sp.h b/arch/mips/math-emu/ieee754sp.h index 95112052db6d..0b44569582b9 100644 --- a/arch/mips/math-emu/ieee754sp.h +++ b/arch/mips/math-emu/ieee754sp.h | |||
@@ -87,7 +87,6 @@ static inline union ieee754sp buildsp(int s, int bx, unsigned m) | |||
87 | } | 87 | } |
88 | 88 | ||
89 | extern int ieee754sp_isnan(union ieee754sp); | 89 | extern int ieee754sp_isnan(union ieee754sp); |
90 | extern int ieee754sp_issnan(union ieee754sp); | ||
91 | extern int __cold ieee754si_xcpt(int, const char *, ...); | 90 | extern int __cold ieee754si_xcpt(int, const char *, ...); |
92 | extern s64 __cold ieee754di_xcpt(s64, const char *, ...); | 91 | extern s64 __cold ieee754di_xcpt(s64, const char *, ...); |
93 | extern union ieee754sp __cold ieee754sp_xcpt(union ieee754sp, const char *, ...); | 92 | extern union ieee754sp __cold ieee754sp_xcpt(union ieee754sp, const char *, ...); |