Re: [PATCH i386 AVX512] [24/n] Add integer max/min.

2014-08-27 Thread Uros Bizjak
On Wed, Aug 27, 2014 at 2:16 PM, Kirill Yukhin wrote: > This patch introduces integer max/min AVX-512 pattern. > > Bootstrapped. > AVX-512* tests on top of patch-set all pass > under simulator. > > Is it ok for trunk? > > gcc/ > * config/i386/sse.md > (define_mode_iterator VI128_2

[PATCH i386 AVX512] [24/n] Add integer max/min.

2014-08-27 Thread Kirill Yukhin
Hello, This patch introduces integer max/min AVX-512 pattern. Bootstrapped. AVX-512* tests on top of patch-set all pass under simulator. Is it ok for trunk? gcc/ * config/i386/sse.md (define_mode_iterator VI128_256): New. (define_insn "3"): Ditto. -- Thanks, K diff --gi