diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-07-07 05:06:38 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-07-07 05:06:38 -0700 |
commit | dbdba9b04d4b91121357ac9a0402d67cb53ce7ce (patch) | |
tree | 2bb1cd71c69a7b6bea01ed54363aebfa7f507cf7 /gas/doc | |
parent | e553d5b2e775cf0c7c220ec4e132939768d152bc (diff) | |
download | gdb-dbdba9b04d4b91121357ac9a0402d67cb53ce7ce.zip gdb-dbdba9b04d4b91121357ac9a0402d67cb53ce7ce.tar.gz gdb-dbdba9b04d4b91121357ac9a0402d67cb53ce7ce.tar.bz2 |
x86: Remove an incorrect AVX2 entry
The upper 16 vector registers were added by AVX512.
PR gas/26212
* doc/c-i386.texi: Remove an incorrect AVX2 entry.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index d4e6fcb..f3183f1 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 |