This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH v3 1/6] x86: drop CpuVREX
On Mon, Jul 30, 2018 at 1:42 AM, Jan Beulich <JBeulich@suse.com> wrote:
> It is fully redundant with CpuAVX512F.
>
> gas/
> 2018-07-30 Jan Beulich <jbeulich@suse.com>
>
> * config/tc-i386.c (parse_real_register): Use cpuavx512f instead
> of cpuvrex.
>
> opcodes/
> 2018-07-30 Jan Beulich <jbeulich@suse.com>
>
> * i386-gen.c (cpu_flag_init): Drop CpuVREX uses.
> (cpu_flags): Drop CpuVREX.
> * i386-opc.h (CpuVREX): Delete.
> (union i386_cpu_flags): Remove cpuvrex.
> * i386-init.h, i386-tbl.h: Re-generate.
>
OK.
Thanks.
--
H.J.