Skip to content

nvk/nak: fix regression with shf changes on sm70

Dave Airlie requested to merge airlied/mesa:nvk-nak-shf-fix into main
nvk/nak: fix regression with shf changes on sm70

This commit nak: implement SHL and SHR on SM50 caused a regression on
KHR-GL45.gpu_shader_fp64.* using zink.

This fixes the regression, by setting the wrap fields.

Fixes: 00be041ffcb0 ("nak: implement SHL and SHR on SM50")

Merge request reports