target-ppc: use the softfloat min/max functions
commitdb1babb8dbb6d18433a51f1b4c3d186ea7057a6f
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 11 Sep 2012 08:47:11 +0000 (11 08:47 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 4 Oct 2012 13:54:16 +0000 (4 15:54 +0200)
tree148d4e578bc70f0328483bd48aaf7aea94705f7c
parentef9bd1507b60edba0619e16f1179b158eac2c3ac
target-ppc: use the softfloat min/max functions

Use the new softfloat float32_min() and float32_max() to implement the
vminfp and vmaxfp instructions. As a bonus we can get rid of the call to
the HANDLE_NAN2 macro, as the NaN handling is directly done at the
softfloat level.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/int_helper.c