commit | 56a6473339dbd2e908cf8c6f2856d5de2bf8d15b | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 30 11:21:55 2014 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri May 23 15:12:38 2014 +0200 |
tree | a500f42c8e140cd909d0a5340474f6012c0740b4 | |
parent | aef3fb76aa1390ef864db888d06d8fcd5510df2d [diff] |
MIPS: math-emu: Switch to using the MIPS rounding modes. Previously math-emu was using the IEEE-754 constants internally. These were differing by having the constants for rounding to +/- infinity switched, so a conversion was necessary. This would be entirely avoidable if the MIPS constants were used throughout, so get rid of the bloat. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>