From: Carl Love Date: Thu, 18 Feb 2016 16:31:55 +0000 (+0000) Subject: Power PPC 128bit modulo and carry instruction fix X-Git-Tag: svn/VALGRIND_3_12_0~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ede267740184493b62ca150c732c515934a5856;p=thirdparty%2Fvalgrind.git 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 --- diff --git a/NEWS b/NEWS index e749dd84f3..b732003bf5 100644 --- 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