mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 23:48:18 +02:00
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:
parent
a140624691
commit
55596204e4
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue