Skip to content
Snippets Groups Projects
Commit 770e77dc authored by Paulo Zanoni's avatar Paulo Zanoni Committed by Dylan Baker
Browse files

intel/fs: fix SHADER_OPCODE_CLUSTER_BROADCAST for SIMD32


The current code can create functions with a width of 32, which is not
supported by our hardware. Add some code to simplify how we express
what we want and prevent such cases.

For some unknown reason, all the tests I could run seem to work even
with these unsupported MOVs.

Fixes: b0858c1c "intel/fs: Add a couple of simple helper opcodes"
Reviewed-by: default avatarJason Ekstrand <jason@jlekstrand.net>
Signed-off-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
(cherry picked from commit 8e614c7a)
parent 0c29a15a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment