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:
parent
43c8064b1e
commit
c65e1ae016
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue