diff options
author | Ilya Tocar <ilya.tocar@intel.com> | 2014-07-10 14:21:48 +0400 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-07-22 10:23:40 -0700 |
commit | 99282af656bee8092850664de135c4a1a9017032 (patch) | |
tree | 73721f1356afa70c9553e4af02d02627bac28eb9 /gas/testsuite/ChangeLog | |
parent | b28d1bda54728d10ae189a323c343b6d76f94b8e (diff) | |
download | gdb-99282af656bee8092850664de135c4a1a9017032.zip gdb-99282af656bee8092850664de135c4a1a9017032.tar.gz gdb-99282af656bee8092850664de135c4a1a9017032.tar.bz2 |
Add support for AVX512VL versions of AVX512CD instructions.
gas/testsuite/
* gas/i386/avx512cd_vl-intel.d: New.
* gas/i386/avx512cd_vl.d: New.
* gas/i386/avx512cd_vl.s: New.
* gas/i386/i386.exp: Run new AVX-512 tests.
* gas/i386/x86-64-avx512cd_vl-intel.d: New.
* gas/i386/x86-64-avx512cd_vl.d: New.
* gas/i386/x86-64-avx512cd_vl.s: New.
opcodes/
* i386-opc.tbl: Add AVX512VL and AVX512CD instructions.
* i386-tbl.h: Regenerate.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 836f508..ec65b46 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -9,6 +9,25 @@ Kirill Yukhin <kirill.yukhin@intel.com> Michael Zolotukhin <michael.v.zolotukhin@intel.com> + * gas/i386/avx512cd_vl-intel.d: New. + * gas/i386/avx512cd_vl.d: New. + * gas/i386/avx512cd_vl.s: New. + * gas/i386/i386.exp: Run new AVX-512 tests. + * gas/i386/x86-64-avx512cd_vl-intel.d: New. + * gas/i386/x86-64-avx512cd_vl.d: New. + * gas/i386/x86-64-avx512cd_vl.s: New. + +2014-07-22 Sergey Guriev <sergey.s.guriev@intel.com> + Alexander Ivchenko <alexander.ivchenko@intel.com> + Maxim Kuznetsov <maxim.kuznetsov@intel.com> + Sergey Lega <sergey.s.lega@intel.com> + Anna Tikhonova <anna.tikhonova@intel.com> + Ilya Tocar <ilya.tocar@intel.com> + Andrey Turetskiy <andrey.turetskiy@intel.com> + Ilya Verbin <ilya.verbin@intel.com> + Kirill Yukhin <kirill.yukhin@intel.com> + Michael Zolotukhin <michael.v.zolotukhin@intel.com> + * gas/i386/avx512f_vl-intel.d: New. * gas/i386/avx512f_vl-opts-intel.d: New. * gas/i386/avx512f_vl-opts.d: New. |