Re: [PATCH] AVX512FP16: Support cond_op for HFmode

2021-09-23 Thread Hongtao Liu via Gcc-patches
On Fri, Sep 24, 2021 at 10:16 AM Hongyu Wang via Gcc-patches wrote: > > > >This patch extend the expanders for cond_op to support vector HF modes. > > >bootstraped and regtested on x86_64-pc-linux-gnu{-m32,}. > > Do runtime tests passe on sde{-m32,}? > > Yes, forgot to mention this. > > Liu, Hongt

Re: [PATCH] AVX512FP16: Support cond_op for HFmode

2021-09-23 Thread Hongyu Wang via Gcc-patches
> >This patch extend the expanders for cond_op to support vector HF modes. > >bootstraped and regtested on x86_64-pc-linux-gnu{-m32,}. > Do runtime tests passe on sde{-m32,}? Yes, forgot to mention this. Liu, Hongtao via Gcc-patches 于2021年9月23日周四 下午5:31写道: > > > > >-Original Message- >

RE: [PATCH] AVX512FP16: Support cond_op for HFmode

2021-09-23 Thread Liu, Hongtao via Gcc-patches
>-Original Message- >From: Wang, Hongyu >Sent: Thursday, September 23, 2021 5:16 PM >To: Liu, Hongtao >Cc: gcc-patches@gcc.gnu.org >Subject: [PATCH] AVX512FP16: Support cond_op for HFmode > >Hi, > >This patch extend the expanders for cond_op to support vector HF modes. >bootstraped and