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
> > >
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
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
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