Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcfe2285 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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



No usable functionality and nothig does ever define IEEE854_XP anyway.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 66b047dc
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */