diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-01-10 14:53:05 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-01-10 14:53:05 +0100 |
commit | c9e9227878d172d93bcbef51dfc76d96f027751d (patch) | |
tree | 3a84b4a9382d86c53727fb44a3deafd2d6198f52 /gas/ChangeLog | |
parent | 35fd2b2bcf370837a03f077acf1222f0a7e9c4d1 (diff) | |
download | binutils-gdb-c9e9227878d172d93bcbef51dfc76d96f027751d.tar.gz |
x86: fix Disp8 handling for AVX512VL VPCMP*{B,W} variants
In commit 2645e1d079 ("x86: add support for AVX-512 VPCMP*{B,W}
pseudo-ops") I screwed up the Disp8MemShift values of the AVX512VL
variants.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4ab6fa3ef12..07952a6f56c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2018-01-10 Jan Beulich <jbeulich@suse.com> + + * testsuite/gas/i386/avx512bw.s, + testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory + operands. + * testsuite/gas/i386/avx512bw-intel.d, + testsuite/gas/i386/avx512bw.d, + testsuite/gas/i386/avx512bw_vl-intel.d. + testsuite/gas/i386/avx512bw_vl.d: Adjust expectations. + 2018-01-09 Jim Wilson <jimw@sifive.com> * testsuite/gas/riscv/auipc-x0.d: New. |