Re: [PATCH, obvious, AVX-512] Add missing AVX-512 features detection.

2015-10-06 Thread Kirill Yukhin
Hi Richard, On 06 Oct 09:36, Richard Biener wrote: > The test now execute FAILs for me: > > FAIL: gcc.target/i386/builtin_target.c execution test > > I have family 6, model 94 Wow, Skylake! Fixed. AVX-512VBMI bit lives in ecx, not ebx as rest of AVX-512. gcc/testsuite/ * gcc.target/i386

Re: [PATCH, obvious, AVX-512] Add missing AVX-512 features detection.

2015-10-06 Thread Richard Biener
On Fri, Oct 2, 2015 at 5:25 PM, Kirill Yukhin wrote: > Hello, > Patch in the bottom adds missing AVX-512VBMI,IFMA > features to libgcc/config/i386/cpuinfo.c and, built-in expansion > and test. > > Comitted to main trunk as obvious. The test now execute FAILs for me: FAIL: gcc.target/i386/builtin

[PATCH, obvious, AVX-512] Add missing AVX-512 features detection.

2015-10-02 Thread Kirill Yukhin
Hello, Patch in the bottom adds missing AVX-512VBMI,IFMA features to libgcc/config/i386/cpuinfo.c and, built-in expansion and test. Comitted to main trunk as obvious. gcc/ * config/i386/i386.c (processor_features): Add F_AVX512VBMI, F_AVX512IFMA. (isa_names_table): Handle