]> git.proxmox.com Git - qemu.git/commit
[PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floor
authorChris Dearman <chris@mips.com>
Wed, 9 Feb 2011 03:03:30 +0000 (19:03 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Feb 2011 18:45:24 +0000 (19:45 +0100)
commitefd410373a4551911f3928bb2ccdf28792b294bf
tree19179be279801e4bcdc9d65f555a04d061fbdce9
parentcc2212c2f851291929becc3f4fd153d05ca4c54a
[PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floor

MIPS FPU instructions should start with a clean softfpu status. This
is done for the arithmetic operations and cvt instructions, but not
for round, trunc, ceil and floor.

Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/op_helper.c