Re: [PATCH] Improve min/max

2016-05-06 Thread Kirill Yukhin
On 04 May 21:53, Jakub Jelinek wrote: > Hi! > > AVX512BW has EVEX insns for these. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? OK for trunk. -- Thanks, K > > 2016-05-04 Jakub Jelinek > > * config/i386/sse.md (*v8hi3, *v16qi3): Add > avx512bw alternat

[PATCH] Improve min/max

2016-05-04 Thread Jakub Jelinek
Hi! AVX512BW has EVEX insns for these. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2016-05-04 Jakub Jelinek * config/i386/sse.md (*v8hi3, *v16qi3): Add avx512bw alternative. --- gcc/config/i386/sse.md.jj 2016-05-04 14:36:08.0 +0200 +++ gcc/