Re: [Mesa-dev] [PATCH v3 10/48] intel/eu: Fix broadcast instruction for

2017-10-26 Thread Jason Ekstrand
On Thu, Oct 26, 2017 at 3:49 AM, Iago Toral wrote: > The subject line is incomplete, it misses the '64-bit types' at the > end. > That must be a git-send-email fail. The commit message I have says: Fix broadcast instruction for 64-bit values on little-core > On Wed,

Re: [Mesa-dev] [PATCH v3 10/48] intel/eu: Fix broadcast instruction for

2017-10-26 Thread Iago Toral
The subject line is incomplete, it misses the '64-bit types' at the end. On Wed, 2017-10-25 at 16:25 -0700, Jason Ekstrand wrote: > We're not using broadcast for any 32-bit types right now since we ^^ 64-bit I guess >

[Mesa-dev] [PATCH v3 10/48] intel/eu: Fix broadcast instruction for 64-bit values on little-core

2017-10-25 Thread Jason Ekstrand
We're not using broadcast for any 32-bit types right now since we mostly use it for emit_uniformize on 32-bit buffer indices. However, SPIR-V subgroups are going to need it for 64-bit so let's make it work. --- src/intel/compiler/brw_eu_emit.c | 26 -- 1 file changed, 24