Re: [PATCH] i386: Identify Westmere from PCLMUL

2019-02-28 Thread Uros Bizjak
On Thu, Feb 28, 2019 at 2:50 PM H.J. Lu wrote: > > Since AES has been removed from Westmere in GCC 9, we should identify > Westmere from PCLMUL, instead of AES. > > PR target/89455 > * config/i386/i386.c (get_builtin_code_for_version): Identify > Westmere from PCLMUL, inste

[PATCH] i386: Identify Westmere from PCLMUL

2019-02-28 Thread H.J. Lu
Since AES has been removed from Westmere in GCC 9, we should identify Westmere from PCLMUL, instead of AES. PR target/89455 * config/i386/i386.c (get_builtin_code_for_version): Identify Westmere from PCLMUL, instead of AES. --- gcc/config/i386/i386.c | 4 ++-- 1 file chang