Skip to content

nir/builtin: remodel nextafter like libclc

Dave Airlie requested to merge airlied/mesa:nir-nextafter-rewrite into main

nir/builtin: remodel nextafter like libclc

With the current nextafter we see fails in the brute force math tests. Using the clc implementation works, so this replaces the impl with that one.

Merge request reports