Re: [PATCH 53/62] AVX512FP16: Add expander for sqrthf2.
On Thu, Jul 1, 2021 at 2:18 PM liuhongt wrote: > > gcc/ChangeLog: > > * config/i386/i386-features.c (i386-features.c): Handle > E_HFmode. > * config/i386/i386.md (sqrthf2): New expander. > (*sqrt2_sse): Extend to MODEFH. > * config/i386/sse.md > (*_v
[PATCH 53/62] AVX512FP16: Add expander for sqrthf2.
gcc/ChangeLog: * config/i386/i386-features.c (i386-features.c): Handle E_HFmode. * config/i386/i386.md (sqrthf2): New expander. (*sqrt2_sse): Extend to MODEFH. * config/i386/sse.md (*_vmsqrt2): Extend to VFH_128. gcc/testsuite/ChangeLog: