lavapipe: Fix float32_atomic_min_max spelling

Fixes build with LLVM >= 15.

Fixes: 31695f81c9 ("lavapipe: export VK_KHR_shader_atomic_float")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18701>
This commit is contained in:
Michel Dänzer
2022-09-20 14:25:47 +02:00
committed by Marge Bot
parent 43c8064b1e
commit c65e1ae016
@@ -376,7 +376,7 @@ lvp_shader_compile_to_ir(struct lvp_pipeline *pipeline,
.float_controls = true,
.float32_atomic_add = true,
#if LLVM_VERSION_MAJOR >= 15
.float32_atomic_minmax = true,
.float32_atomic_min_max = true,
#endif
.image_ms_array = true,
.image_read_without_format = true,