OSDN Git Service

target-ppc: simplify NaN propagation for vector functions
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 11 Sep 2012 08:47:10 +0000 (08:47 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 4 Oct 2012 13:54:16 +0000 (15:54 +0200)
commitef9bd1507b60edba0619e16f1179b158eac2c3ac
tree936c8da9c2f37c8d03a7b5ea414006b13b709eb5
parent794d00bfc7c38cfc559fbec137ecd0117b40e77b
target-ppc: simplify NaN propagation for vector functions

Commit e024e881bb1a8b5085026589360d26ed97acdd64 provided a pickNaN()
function for PowerPC, implementing the correct NaN propagation rules.
Therefore there is no need to test the operands manually, we can rely
on the softfloat code to do that.

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