[PATCH 5/6] Support Intel WRMSRNS

Jan Beulich jbeulich@suse.com
Wed Nov 2 10:56:09 GMT 2022


On 31.10.2022 04:05, Haochen Jiang wrote:
> --- a/gas/config/tc-i386.c
> +++ b/gas/config/tc-i386.c
> @@ -1099,6 +1099,7 @@ static const arch_entry cpu_arch[] =
>    SUBARCH (avx_ifma, AVX_IFMA, ANY_AVX_IFMA, false),
>    SUBARCH (avx_vnni_int8, AVX_VNNI_INT8, ANY_AVX_VNNI_INT8, false),
>    SUBARCH (cmpccxadd, CMPCCXADD, ANY_CMPCCXADD, false),
> +  SUBARCH (wrmsrns, WRMSRNS, ANY_WRMSRNS, false),
>  };

Like for CMPccXADD I don't see why ANY_WRMSRNS was re-introduced here.
I guess I'll find the same in patch 6 then yet again.

Jan


More information about the Binutils mailing list