mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 01:58:16 +02:00
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:
parent
eb4c6ad4db
commit
3d044b1b91
1 changed files with 6 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue