This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH v3 0/6] x86: various improvements
- From: "Jan Beulich" <JBeulich at suse dot com>
- To: <binutils at sourceware dot org>
- Cc: "H.J. Lu" <hjl dot tools at gmail dot com>
- Date: Mon, 30 Jul 2018 02:35:02 -0600
- Subject: [PATCH v3 0/6] x86: various improvements
1: drop CpuVREX
2: don't abort() upon DATA16 prefix on (E)VEX encoded insn
3: correct permitted operand sizes for AVX512 scatter/gather
4: add more exhaustive tests for invalid AVX512 zeroing-masking
5: fold various AVX512 templates with so far differing Masking attributes
6: also optimize KXOR{D,Q} and KANDN{D,Q}
Jan