Skip to content
Commit 56a64733 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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: default avatarRalf Baechle <ralf@linux-mips.org>
parent aef3fb76
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment