Hello Uroš, On 28 Aug 20:44, Uros Bizjak wrote: > On Thu, Aug 28, 2014 at 3:48 PM, Kirill Yukhin <kirill.yuk...@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