Skip to content

intel/compiler: don't use byte operands for src1 on GLK/ICL

Lionel Landwerlin requested to merge llandwerlin/mesa:review/icl-i8-fixes into master

The simulator complains about using byte operands, we also have documentation telling us.

Note that add operations on bytes seems to work fine on HW (so maybe something to drop from this patch). Using dwords operands with CMP & SEL fixes the following tests :

dEQP-VK.spirv_assembly.type.vec*.i8.*

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com BSpec: 3017 Cc: mesa-stable@lists.freedesktop.org

Edited by Lionel Landwerlin

Merge request reports