Hello HJ, On 21 Sep 07:40, H.J. Lu wrote: > On Mon, Sep 21, 2015 at 7:14 AM, Kirill Yukhin <kirill.yuk...@gmail.com> > wrote: > > Hello, > > This patch introduces switches necessary for new Intel Server CPU > > (code-named Skylake). > > > > Bootstrapped & regtested. > > > > Is it ok for trunk? > > gcc/testsuite/ > > * gcc.target/i386/funcspec-5.c: Test avx512vl, avx512bw, > > avx512dq, avx512cd, avx512er, avx512pf and skx. > > > > You also need to update libgcc/config/i386/cpuinfo.c and > gcc.target/i386/builtin_target.c. As far as I kbow, Intel is not yet disclosed family/model for Skylake Server. I'll extend cpuinfo.c when it'll happen. Thanks, I'll fix the test.
-- Thanks, K > > H.J.