[PATCH] x86: Remove an incorrect AVX2 entry
H.J. Lu
hjl.tools@gmail.com
Tue Jul 7 12:10:31 GMT 2020
Hi Nick,
I fixed it on master. Is it OK for 2.35 branch?
Thanks.
H.J.
---
The upper 16 vector registers were added by AVX512.
PR gas/26212
* doc/c-i386.texi: Remove an incorrect AVX2 entry.
---
gas/ChangeLog | 5 +++++
gas/doc/c-i386.texi | 10 ----------
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 90dc1013c2..5954e0cf41 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2020-07-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/26212
+ * doc/c-i386.texi: Remove an incorrect AVX2 entry.
+
2020-07-07 Alan Modra <amodra@gmail.com>
* testsuite/gas/all/gas.exp: Use is_xcoff_format.
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi
index d4e6fcb698..f3183f1ddb 100644
--- a/gas/doc/c-i386.texi
+++ b/gas/doc/c-i386.texi
@@ -1054,16 +1054,6 @@ available in 32-bit mode). The bottom 128 bits are overlaid with the
@end itemize
-The AVX2 extensions made in 64-bit mode more registers available:
-
-@itemize @bullet
-
-@item
-the 16 128-bit registers @samp{%xmm16}--@samp{%xmm31} and the 16 256-bit
-registers @samp{%ymm16}--@samp{%ymm31}.
-
-@end itemize
-
The AVX512 extensions added the following registers:
@itemize @bullet
--
2.26.2
More information about the Binutils
mailing list