Re: [PATCH, i386]: Implement usadv64qi

2018-05-16 Thread Kirill Yukhin
Hello Uroš, On 09 мая 13:07, Uros Bizjak wrote: > This patch adds usadv64qi expander, so the compiler is able to > vectorize with 512bit vpsadbw insn. > > 2017-05-09 Uros Bizjak > > PR target/85693 > * config/i386/sse.md (usadv64qi): New expander. > > Bootstrapped

[PATCH, i386]: Implement usadv64qi

2018-05-09 Thread Uros Bizjak
This patch adds usadv64qi expander, so the compiler is able to vectorize with 512bit vpsadbw insn. 2017-05-09 Uros Bizjak PR target/85693 * config/i386/sse.md (usadv64qi): New expander. Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}. OK for