[PATCH i386 AVX512] [30/n] Add FMA patterns.

Kirill Yukhin kirill.yukhin@gmail.com
Fri Aug 29 11:02:00 GMT 2014


Hello Uroš,
On 28 Aug 20:44, Uros Bizjak wrote:
> On Thu, Aug 28, 2014 at 3:48 PM, Kirill Yukhin <kirill.yukhin@gmail.com> wrote:
> > Is it ok for trunk?
> I'd suggest to put noavx512 at the beginning, so:
> 
> "noavx512_<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>"
This is not possible currently since <sd_mask_codefor> subst attribute is
expanded to `*' when mask not applied. So we'll have: noavx512_*fma_fmsub_...
I think that `noavx512_' itself is confusing. This actually mean, `NOVF512'
(reference to mode iterator used).

Ok if I'll put it like that?
<sd_mask_codefor>fma_fmadd_novf512_<mode><sd_maskz_name><round_name>

--
Thanks, K



More information about the Gcc-patches mailing list