]> Git Repo - qemu.git/commit - target-ppc/int_helper.c
target-ppc: use the softfloat float32_muladd function
authorAurelien Jarno <[email protected]>
Tue, 11 Sep 2012 08:47:12 +0000 (08:47 +0000)
committerAlexander Graf <[email protected]>
Thu, 4 Oct 2012 13:54:17 +0000 (15:54 +0200)
commit2f93c23fe71420e5095f2fae1877fe747ad9f876
tree2a65026bea93e2b6d356aeae7bbe3ef97cf334ce
parentdb1babb8dbb6d18433a51f1b4c3d186ea7057a6f
target-ppc: use the softfloat float32_muladd function

Use the new softfloat float32_muladd() function to implement the vmaddfp
and vnmsubfp instructions. As a bonus we can get rid of the call to the
HANDLE_NAN3 macro, as the NaN handling is directly done at the softfloat
level.

Signed-off-by: Aurelien Jarno <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
target-ppc/int_helper.c
This page took 0.025503 seconds and 4 git commands to generate.