aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjw <mjw@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-10-01 12:35:16 +0000
committermjw <mjw@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-10-01 12:35:16 +0000
commit436d87c59465b30e4a578cb301590d9b5c0d3714 (patch)
tree769524002cc07079f57bdd0ec9520cbeb520d76c
parent298016329332d794d43fa9f221eb997ef34f5952 (diff)
downloadvalgrind-436d87c59465b30e4a578cb301590d9b5c0d3714.tar.gz
Don't advertise RDRAND in cpuid for Core-i7-4910-like avx2 machine.
Announce fix for bug #353370 (VEX svn r3197) in NEWS. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15695 a5019735-40e9-0310-863c-91ae7b9d1cf9
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 14a0baca2..b983a9485 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,7 @@ where XXXXXX is the bug number as listed below.
353083 arm64 doesn't implement various xattr system calls
353084 arm64 doesn't support sigpending system call
+353370 don't advertise RDRAND in cpuid for Core-i7-4910-like avx2 machine