Re: [AVX2] PATCH: Adding support of AVX2 to driver

2011-06-23 Thread H.J. Lu
On Thu, Jun 23, 2011 at 9:27 AM, Kirill Yukhin wrote: > Hi, > I added checking of AVX2 support to driver-i386.c. > Also I added entries to doc/extend.texi and a couple of tests to work with > AVX2. > > ChangeLog.avx2 entry: > 2011-06-21  Yukhin Kirill   > >        * gcc/config/i386/driver-i386.c

[AVX2] PATCH: Adding support of AVX2 to driver

2011-06-23 Thread Kirill Yukhin
Hi, I added checking of AVX2 support to driver-i386.c. Also I added entries to doc/extend.texi and a couple of tests to work with AVX2. ChangeLog.avx2 entry: 2011-06-21 Yukhin Kirill * gcc/config/i386/driver-i386.c (host_detect_local_cpu): Define and set has_avx2. * gcc