commit | 4a587b2ccb336e36817712ab21c513e35baa0eca | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sun Oct 28 18:08:27 2012 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Oct 31 22:20:46 2012 +0100 |
tree | 976c4a168d77ad6f5741115a53caa5705d7d4778 | |
parent | b3d6cd447d594217cbfd09a3ffdf7b7893a1aa92 [diff] |
target-mips: keep softfloat exception set to 0 between instructions Instead of clearing the softfloat exception flags before each floating point instruction, reset them to 0 in update_fcr31() when an exception is detected. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>