Skip to content

nir: Fix min/max conflict on Windows

James Park requested to merge jpark37/mesa:nir-nominmax into master

Windows declares macros for min and max, which fight with std::min and std::max from . Use NOMINMAX to disable the Windows macros.

Splitting off changes from !6162 (merged).

Merge request reports