Skip to content

clover/core: Fix x86 build

Jesse Natalie requested to merge jenatali/mesa:x86-clover-build-fix into master

I unintentionally removed this size_t cast, which is required for std::max to infer its single template arg.

Fixes: f88347cd ("clover/core: Support MSVC")
Closes: #3920 (closed)

/cc @mslusarz @mwnn

Edited by Jesse Natalie

Merge request reports