aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/ieee754.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/ieee754.h')
-rw-r--r--arch/mips/math-emu/ieee754.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754.h b/arch/mips/math-emu/ieee754.h
index c5bdcd25439a..171f177c0f88 100644
--- a/arch/mips/math-emu/ieee754.h
+++ b/arch/mips/math-emu/ieee754.h
@@ -205,7 +205,6 @@ ieee754dp ieee754dp_sqrt(ieee754dp x);
205#define IEEE754_CLASS_INF 0x03 205#define IEEE754_CLASS_INF 0x03
206#define IEEE754_CLASS_SNAN 0x04 206#define IEEE754_CLASS_SNAN 0x04
207#define IEEE754_CLASS_QNAN 0x05 207#define IEEE754_CLASS_QNAN 0x05
208extern const char *const ieee754_cname[];
209 208
210/* exception numbers */ 209/* exception numbers */
211#define IEEE754_INEXACT 0x01 210#define IEEE754_INEXACT 0x01