diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-04-25 16:26:10 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-04-25 16:26:10 +0200 |
commit | bacd145775e3ca1a9d1a6d0b65c4ba10b307e167 (patch) | |
tree | eb907f4ee8b13fb31b70d376040931d4b89d0631 /opcodes/ChangeLog | |
parent | 10bba94bd44045559cfd048cd34376090dd8107a (diff) | |
download | binutils-bacd145775e3ca1a9d1a6d0b65c4ba10b307e167.zip binutils-bacd145775e3ca1a9d1a6d0b65c4ba10b307e167.tar.gz binutils-bacd145775e3ca1a9d1a6d0b65c4ba10b307e167.tar.bz2 |
x86: drop redundant AVX512VL shift templates
These were wrongly left in place by commit ed438a93f1 ("x86: fold
certain AVX512 rotate and shift templates").
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c287c1f..d5e4bee 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2018-04-25 Jan Beulich <jbeulich@suse.com> + + * i386-opc.tbl (vpslld, vpsrad, vpsrld): Drop AVX512VL + register-only forms. + * i386-tlb.h: Re-generate. + 2018-04-25 Tamar Christina <tamar.christina@arm.com> * aarch64-tbl.h (sqrdmlah, sqrdmlsh): Fix masks. |