Skip to content

microsoft/compiler: NIR's fne should be unordered

Jesse Natalie requested to merge jenatali/mesa:msclc/fne-une into msclc-d3d12

Apparently WARP doesn't correctly distinguish between ordered and unordered compares, but NIR's definition of comparisons should be ordered for everything except fne, which should be unordered.

Merge request reports