Skip to content

Commit

Permalink
MIPS: math-emu: Get rid of unuable extended precision support.
Browse files Browse the repository at this point in the history
No usable functionality and nothig does ever define IEEE854_XP anyway.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed May 23, 2014
1 parent 66b047d commit fcfe228
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/mips/math-emu/ieee754.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit fcfe228

Please sign in to comment.