Re: [PATCH] x86: Require AVX for F16C and VAES

2022-06-11 Thread Uros Bizjak via Gcc-patches
On Fri, Jun 10, 2022 at 8:28 PM H.J. Lu wrote: > > Since F16C and VAES are only usable with AVX, require AVX for F16C and > VAES. > > OK for master and release branches? > > Thanks. > > H.J. > --- > libgcc/105920 > * common/config/i386/cpuinfo.h (get_available_features): Require >

[PATCH] x86: Require AVX for F16C and VAES

2022-06-10 Thread H.J. Lu via Gcc-patches
Since F16C and VAES are only usable with AVX, require AVX for F16C and VAES. OK for master and release branches? Thanks. H.J. --- libgcc/105920 * common/config/i386/cpuinfo.h (get_available_features): Require AVX for F16C and VAES. --- gcc/common/config/i386/cpuinfo.h |