Re: [RFC PATCH] AVX2 32-byte integer min/max reductions

2011-09-17 Thread Uros Bizjak
On Fri, Sep 16, 2011 at 8:52 PM, Jakub Jelinek wrote: >> So, either we can fix this by adding >> reduc_{smin,smax,umin,umax}_v{32q,16h,8s,4d}i >> patterns (at that point I guess I should just macroize them together with >> the reduc_{smin,smax,umin,umax}_v{4sf,8sf,4df}) and handle the 4 32-byte

[RFC PATCH] AVX2 32-byte integer min/max reductions

2011-09-16 Thread Jakub Jelinek
On Fri, Sep 16, 2011 at 06:20:52PM +0200, Jakub Jelinek wrote: > So, either we can fix this by adding > reduc_{smin,smax,umin,umax}_v{32q,16h,8s,4d}i > patterns (at that point I guess I should just macroize them together with > the reduc_{smin,smax,umin,umax}_v{4sf,8sf,4df}) and handle the 4 32-by