vtn_bindgen2: keep ffma_weak

Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41165>
This commit is contained in:
Karol Herbst 2026-04-24 03:00:30 +02:00 committed by Marge Bot
parent a140781aec
commit 099e876a38

View file

@ -30,6 +30,9 @@ struct nir_shader_compiler_options generic_opts = {
.fuse_ffma16 = true,
.fuse_ffma32 = true,
.fuse_ffma64 = true,
.float_mul_add16 = nir_float_muladd_support_keep_weak_ffma,
.float_mul_add32 = nir_float_muladd_support_keep_weak_ffma,
.float_mul_add64 = nir_float_muladd_support_keep_weak_ffma,
.max_unroll_iterations = 32,
.max_unroll_iterations_fp64 = 32,