MIPS: math-emu: Nuke alternative names for IEEE-754 rounding modes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2014-04-30 01:17:19 +02:00
parent 76fbfc318d
commit aef3fb76aa
3 changed files with 2 additions and 6 deletions

View File

@@ -139,7 +139,7 @@ union ieee754dp ieee754dp_sqrt(union ieee754dp x)
oldcsr.sx |= IEEE754_INEXACT;
switch (oldcsr.rm) {
case IEEE754_RP:
case IEEE754_RU:
y.bits += 1;
/* drop through */
case IEEE754_RN: