Skip to content

vtn/opencl: Add missing half_ opcodes as aliases to non-half versions

Jesse Natalie requested to merge jenatali/mesa:half-opcodes into msclc-d3d12

The half_ functions aren't optional, and they don't work on half data types like I thought they would, they just have lower precision requirements or less range than full. Just map them to full and be done with it.

Merge request reports