提交 3c5c8f67 编写于 作者: R Ralf Baechle

Delete unused ieee754_cname[] and declaration.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 efec3c4e
......@@ -42,16 +42,6 @@
#define SP_EMIN (-126)
#define SP_EMAX 127
/* indexed by class */
const char *const ieee754_cname[] = {
"Normal",
"Zero",
"Denormal",
"Infinity",
"QNaN",
"SNaN",
};
/* special constants
*/
......
......@@ -205,7 +205,6 @@ ieee754dp ieee754dp_sqrt(ieee754dp x);
#define IEEE754_CLASS_INF 0x03
#define IEEE754_CLASS_SNAN 0x04
#define IEEE754_CLASS_QNAN 0x05
extern const char *const ieee754_cname[];
/* exception numbers */
#define IEEE754_INEXACT 0x01
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册