Re: [PATCH] x86: Update VPCLMULQDQ check

2020-05-20 Thread Uros Bizjak via Gcc-patches
On Wed, May 20, 2020 at 1:15 PM H.J. Lu wrote: > > On Tue, May 19, 2020 at 11:00 PM Uros Bizjak wrote: > > > > On Wed, May 20, 2020 at 3:57 AM H.J. Lu wrote: > > > > > > Update VPCLMULQDQ check to support processors with AVX version of > > > VPCLMULQDQ. > > > > > > PR target/91695 > > >

Re: [PATCH] x86: Update VPCLMULQDQ check

2020-05-20 Thread H.J. Lu via Gcc-patches
On Tue, May 19, 2020 at 11:00 PM Uros Bizjak wrote: > > On Wed, May 20, 2020 at 3:57 AM H.J. Lu wrote: > > > > Update VPCLMULQDQ check to support processors with AVX version of > > VPCLMULQDQ. > > > > PR target/91695 > > * config/i386/cpuinfo.c (get_available_features): Fix VPCLMU

Re: [PATCH] x86: Update VPCLMULQDQ check

2020-05-19 Thread Uros Bizjak via Gcc-patches
On Wed, May 20, 2020 at 3:57 AM H.J. Lu wrote: > > Update VPCLMULQDQ check to support processors with AVX version of > VPCLMULQDQ. > > PR target/91695 > * config/i386/cpuinfo.c (get_available_features): Fix VPCLMULQDQ > check. OK. Thanks, Uros. > --- > libgcc/config/i38

[PATCH] x86: Update VPCLMULQDQ check

2020-05-19 Thread H.J. Lu via Gcc-patches
Update VPCLMULQDQ check to support processors with AVX version of VPCLMULQDQ. PR target/91695 * config/i386/cpuinfo.c (get_available_features): Fix VPCLMULQDQ check. --- libgcc/config/i386/cpuinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/li