This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 5/6] x86: add GFNI, VAES, and VPCLMUL checking to cpu_flags_match()


On Wed, Mar 7, 2018 at 5:03 AM, Jan Beulich <JBeulich@suse.com> wrote:
> Just like for the AVX/AES and AVX/PCLMUL combinations, AVX/GFN,
> AVX512F/GFNI, AVX512F/VAES, and AVX512F/PCLMUL need special handling to
> deal with the pair of required checks specified in the templates.
>
> gas/
> 2018-03-07  Jan Beulich  <jbeulich@suse.com>
>
>         * config/tc-i386.c (cpu_flags_match): Add GFNI check to AVX
>         logic. Add respective logic for AVX512F.
>         * testsuite/gas/i386/arch-avx-1.s: Add GFNI test.
>         testsuite/gas/i386/arch-avx-1.d,
>         testsuite/gas/i386/arch-avx-1-1.l,
>         testsuite/gas/i386/arch-avx-1-2.l,
>         testsuite/gas/i386/arch-avx-1-3.l,
>         testsuite/gas/i386/arch-avx-1-4.l,
>         testsuite/gas/i386/arch-avx-1-5.l,
>         testsuite/gas/i386/arch-avx-1-6.l: Adjust expectations.
>         * testsuite/gas/i386/arch-avx-1-7.l,
>         testsuite/gas/i386/arch-avx-1-7.s,
>         testsuite/gas/i386/arch-avx-1-8.l,
>         testsuite/gas/i386/arch-avx-1-8.s,
>         testsuite/gas/i386/avx512f-plain.l,
>         testsuite/gas/i386/avx512f-plain.s,
>         testsuite/gas/i386/avx512vl-plain.l,
>         testsuite/gas/i386/avx512vl-plain.s: New.
>         * testsuite/gas/i386/i386.exp: Run new tests.
>

OK.

Thanks.

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]