[PATCH 1/2] [PATCH 1/2] Enable Intel AVX512_FP16 instructions

Jan Beulich jbeulich@suse.com
Wed Jul 21 10:32:20 GMT 2021


On 14.07.2021 17:21, Jan Beulich via Binutils wrote:
> On 13.07.2021 08:58, Cui, Lili wrote:
> 
> Disassembler:
> 
> d_scalar_mode looks to be unused.

In addition to this, as noticed while doing some of the cleanup that
I've just posted a series for, I think this

#define EXwScalarS { OP_EX, w_scalar_swap_mode }

wants to be

#define EXwS { OP_EX, w_swap_mode }

as the "scalar-ness" doesn't really matter here, and names would
then be better in line with others we've got already.

Jan



More information about the Binutils mailing list