Re: [Qemu-devel] [PATCH] target-ppc: Fix vcmpbfp. Unordered Case

2014-11-03 Thread Alexander Graf
On 31.10.14 17:39, Tom Musta wrote: > Fix the implementation of Vector Compare Bounds Single Precision. > Specifically, fix the case where the operands are unordered -- since > the result is non-zero, the CR[6] field should be set to zero. > > Signed-off-by: Tom Musta Thanks, applied to ppc-ne

[Qemu-devel] [PATCH] target-ppc: Fix vcmpbfp. Unordered Case

2014-10-31 Thread Tom Musta
Fix the implementation of Vector Compare Bounds Single Precision. Specifically, fix the case where the operands are unordered -- since the result is non-zero, the CR[6] field should be set to zero. Signed-off-by: Tom Musta --- target-ppc/int_helper.c |2 +- 1 files changed, 1 insertions(+),