Skip to content

nir/spirv: Implement some missing CL floating point opcodes

Jesse Natalie requested to merge jenatali/mesa:upstream/cl-float-opcodes into master

The deprecated LessOrGreater opcode is still generated by the SPIRV-LLVM-Translator, though if we want to support arbitrary app-provided SPIR-V, we'd need to support it anyway. The others are all pretty straightforward.

/cc @karolherbst @jekstrand

Merge request reports