Re: [PATCH 18/n, 386]: Fix PR85694, Generation of vectorized AVG (Average) instruction

2018-07-04 Thread Uros Bizjak
On Tue, Jul 3, 2018 at 7:38 PM, Uros Bizjak wrote: > Hello! > > Attached patch implements unsigned HImode and QImode vector average > instructions. This is all x86 has to offer... FYI, I have tried the effectiveness of patched gcc with SPEC CPU2006 464.h264 (actually, jm19.0.zip source from [1]).

[PATCH 18/n, 386]: Fix PR85694, Generation of vectorized AVG (Average) instruction

2018-07-03 Thread Uros Bizjak
Hello! Attached patch implements unsigned HImode and QImode vector average instructions. This is all x86 has to offer... 2018-07-03 Uros Bizjak PR target/85694 * config/i386/sse.md (uavg3_ceil): New expander. (_uavg3): Simplify expander. testsuite/ChangeLog: 2018-07-03 Uros Biz