softpipe: keep weak_ffmas around

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:34:15 +02:00 committed by Marge Bot
parent eb4c6ad4db
commit 3d044b1b91

View file

@ -78,6 +78,12 @@ static const nir_shader_compiler_options sp_compiler_options = {
.fdot_replicates = true,
.fuse_ffma32 = true,
.fuse_ffma64 = true,
.float_mul_add32 =
nir_float_muladd_support_has_fmad |
nir_float_muladd_support_fuse,
.float_mul_add64 =
nir_float_muladd_support_has_fmad |
nir_float_muladd_support_fuse,
.lower_extract_byte = true,
.lower_extract_word = true,
.lower_insert_byte = true,