]> Git Repo - qemu.git/commit - target-ppc/int_helper.c
target-ppc: simplify NaN propagation for vector functions
authorAurelien Jarno <[email protected]>
Tue, 11 Sep 2012 08:47:10 +0000 (08:47 +0000)
committerAlexander Graf <[email protected]>
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
target-ppc/int_helper.c
This page took 0.023594 seconds and 4 git commands to generate.