]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
NEWS: Add new instruction support for arm64, amd64, s390x and x86
authorMark Wielaard <mark@klomp.org>
Fri, 26 Apr 2024 15:03:49 +0000 (17:03 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 26 Apr 2024 15:03:49 +0000 (17:03 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 4fdb7323a549bdedc471eaa2c79ed9b722932ba1..9fe15383fc4499ef63ad1e7dc0a487258b6a8bf0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,19 @@ AMD64/macOS 10.13 and nanoMIPS/Linux.
 
 * Added ARM64 support for FreeBSD.
 
+* ARM64 now supports dotprod instructions (sdot/udot).
+
+* AMD64 better supports code build with -march=x86-64-v3.
+  fused-multiple-add instructions (fma) are now emulated more
+  accurately. And memcheck now handles __builtin_strcmp using 128/256
+  bit vectors with sse4.1, avx/avx2.
+
+* S390X added support for NNPA (neural network processing assist)
+  facility vector instructions VCNF, VCLFNH, VCFN, VCLFNL, VCRNF and
+  NNPA (z16/arch14).
+
+* X86 recognizes new binutils-2.42 nop patterns.
+
 * ==================== TOOL CHANGES ===================
 
 * The none tool now also supports xml output.