提交 fcfe2285 编写于 作者: R Ralf Baechle

MIPS: math-emu: Get rid of unuable extended precision support.

No usable functionality and nothig does ever define IEEE854_XP anyway.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 66b047dc
......@@ -408,9 +408,6 @@ struct ieee754xctx {
union {
union ieee754sp sp; /* single precision */
union ieee754dp dp; /* double precision */
#ifdef IEEE854_XP
ieee754xp xp; /* extended precision */
#endif
int si; /* standard signed integer (32bits) */
s64 di; /* extended signed integer (64bits) */
} rv; /* default result format implied by op */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册