diff options
Diffstat (limited to 'arch/mips/math-emu/ieee754.c')
-rw-r--r-- | arch/mips/math-emu/ieee754.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/mips/math-emu/ieee754.c b/arch/mips/math-emu/ieee754.c index ed7fc87aeac5..a93c45dbdefd 100644 --- a/arch/mips/math-emu/ieee754.c +++ b/arch/mips/math-emu/ieee754.c | |||
@@ -42,16 +42,6 @@ | |||
42 | #define SP_EMIN (-126) | 42 | #define SP_EMIN (-126) |
43 | #define SP_EMAX 127 | 43 | #define SP_EMAX 127 |
44 | 44 | ||
45 | /* indexed by class */ | ||
46 | const char *const ieee754_cname[] = { | ||
47 | "Normal", | ||
48 | "Zero", | ||
49 | "Denormal", | ||
50 | "Infinity", | ||
51 | "QNaN", | ||
52 | "SNaN", | ||
53 | }; | ||
54 | |||
55 | /* special constants | 45 | /* special constants |
56 | */ | 46 | */ |
57 | 47 | ||