intel/eu: Fix broadcast instruction for 64-bit values on little-core
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 17 Oct 2017 21:45:12 +0000 (14:45 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Nov 2017 18:37:52 +0000 (10:37 -0800)
commit6041a31e77680597614776e59edb12709ec2e019
tree25bbe71e47fb2939934d71bcac1d5e2ee66e3a49
parent10e4feed39120072f38274b95e884422f72f360f
intel/eu: Fix broadcast instruction for 64-bit values on little-core

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.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/compiler/brw_eu_emit.c