Skip to content

util: fix test on msvc

Erik Faye-Lund requested to merge kusma/mesa:fix-math-test into main

We also miss this function on MSVC. But let's use the functionality in meson to check for supported functions instead of hand-rolling the list here.

Fixes: 067023dc ("util: Add some unit tests of the half-float conversions.")

Merge request reports