From cc3f03b757af81b5cbdc47d5f7fe6ad8ee2037ae Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Fri, 19 Nov 2021 22:58:41 +0100 Subject: radv: Lower mul_32x16. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Georg Lehmann Reviewed-by: Timur Kristóf Part-of: --- src/amd/vulkan/radv_shader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/vulkan/radv_shader.c b/src/amd/vulkan/radv_shader.c index 3125e250da2..e57e9faaa12 100644 --- a/src/amd/vulkan/radv_shader.c +++ b/src/amd/vulkan/radv_shader.c @@ -87,6 +87,7 @@ get_nir_options_for_stage(struct radv_physical_device *device, gl_shader_stage s .lower_mul_2x32_64 = true, .lower_rotate = true, .lower_iadd_sat = device->rad_info.gfx_level <= GFX8, + .lower_mul_32x16 = true, .has_fsub = true, .has_isub = true, .has_sdot_4x8 = device->rad_info.has_accelerated_dot_product, -- cgit v1.2.3