diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-03-10 08:20:29 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2021-03-10 08:20:29 +0100 |
commit | b763d508db481ae3721a80392a1b02e681662d23 (patch) | |
tree | 50d6d05f1615ced1e73ab98c6392a5e483e199a3 /gas/ChangeLog | |
parent | 32e31ad7da96b36879a64235f73926a7f83be4e0 (diff) | |
download | fsf-binutils-gdb-b763d508db481ae3721a80392a1b02e681662d23.zip fsf-binutils-gdb-b763d508db481ae3721a80392a1b02e681662d23.tar.gz fsf-binutils-gdb-b763d508db481ae3721a80392a1b02e681662d23.tar.bz2 |
x86/Intel: correct AVX512 S/G disassembly
Commit 6ff00b5e12e7 ("x86/Intel: correct permitted operand sizes for
AVX512 scatter/gather") brought the assembler side of AVX512 S/G insn
handling in line with AVX2's, but the disassembler side was forgotten.
This has the benefit of
- allowing to fold a number of table entries,
- rendering a few #define-s and enumerators unused.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2cee4f5..91c9918 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,14 @@ 2021-03-10 Jan Beulich <jbeulich@suse.com> + * testsuite/gas/i386/avx512f-intel.d, + testsuite/gas/i386/avx512f_vl-intel.d, + testsuite/gas/i386/avx512pf-intel.d, + testsuite/gas/i386/x86-64-avx512f-intel.d, + testsuite/gas/i386/x86-64-avx512f_vl-intel.d, + testsuite/gas/i386/x86-64-avx512pf-intel.d: Adjust expectations. + +2021-03-10 Jan Beulich <jbeulich@suse.com> + * testsuite/gas/i386/prefetch.d, testsuite/gas/i386/prefetch-intel.d, testsuite/gas/i386/x86-64-prefetch.d, |