mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
nak: Set .ftz on f32 ops by default
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26569>
This commit is contained in:
parent
aac1e3f595
commit
ce8d966085
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ impl Default for ShaderFloatControls {
|
|||
rnd_mode: FRndMode::NearestEven,
|
||||
},
|
||||
fp32: PerSizeFloatControls {
|
||||
ftz: false,
|
||||
ftz: true, // Default FTZ on fp32
|
||||
rnd_mode: FRndMode::NearestEven,
|
||||
},
|
||||
fp64: PerSizeFloatControls {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue