nv30: advertize new float multadd options

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 15:42:49 +02:00 committed by Marge Bot
parent a140624691
commit 55596204e4

View file

@ -337,6 +337,7 @@ nv30_screen_is_format_supported(struct pipe_screen *pscreen,
static const nir_shader_compiler_options nv30_base_compiler_options = {
.fuse_ffma32 = true,
.fuse_ffma64 = true,
.float_mul_add32 = nir_float_muladd_support_has_fmad | nir_float_muladd_support_fuse,
.lower_bitops = true,
.lower_extract_byte = true,
.lower_extract_word = true,