]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Power PPC 128bit modulo and carry instruction fix
authorCarl Love <cel@us.ibm.com>
Thu, 18 Feb 2016 16:31:55 +0000 (16:31 +0000)
committerCarl Love <cel@us.ibm.com>
Thu, 18 Feb 2016 16:31:55 +0000 (16:31 +0000)
commit1ede267740184493b62ca150c732c515934a5856
tree72aed23c1f0d141ce4fcf2429675baf97dd0c324
parent54794decc89e47edab385196ffa9301218a36407
Power PPC 128bit modulo and carry instruction fix

VEX commit 3209 fixed: an issue with caculating the carry to the next 32-bit
chunk for the Power PPC 128-bit add and subract instructions: vaddcuq, vadduqm,
vsubcuq, vsubuqm, vaddecuq, vaddeuqm, vsubecuq, vsubeuqm

The corresponding test case didn't catch the issue.  The valgrind commit
15790 adds data values to the test that verify the issue is fixed.

This commit is to update the NEWS file.

Valgrind Bugzilla 359472

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15796
NEWS