]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
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)
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

diff --git a/NEWS b/NEWS
index e749dd84f39cb7262ade8b08768d16a88f151383..b732003bf5a6d417f0240a065547af5952cf052d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -73,6 +73,7 @@ where XXXXXX is the bug number as listed below.
 359133  Assertion 'eltSzB <= ddpa->poolSzB' failed
 359201  futex syscall "skips" argument 5 if op is FUTEX_WAIT_BITSET
 359289  s390x: popcnt (B9E1) not implemented
+359472  The Power PC vsubuqm instruction doesn't always give the correct result
 
 n-i-bz Fix incorrect (or infinite loop) unwind on RHEL7 x86 and amd64
 n-i-bz massif --pages-as-heap=yes does not report peak caused by mmap+munmap