mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
nak: Set has_imad32 conditionally
Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30099>
This commit is contained in:
parent
b209fedebe
commit
e019517d6e
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ fn nir_options(dev: &nv_device_info) -> nir_shader_compiler_options {
|
|||
op.lower_uadd_carry = true;
|
||||
op.lower_usub_borrow = true;
|
||||
op.has_iadd3 = dev.sm >= 70;
|
||||
op.has_imad32 = dev.sm >= 70;
|
||||
op.has_sdot_4x8 = dev.sm >= 70;
|
||||
op.has_udot_4x8 = dev.sm >= 70;
|
||||
op.has_sudot_4x8 = dev.sm >= 70;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue