From 87d22c24651ed0b2d337dbf9173dc7ac9a0f8a9e Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Tue, 1 Feb 2022 08:23:38 -0800 Subject: [PATCH] microsoft/compiler: Lower mul_2x32_64 Reviewed-by: Bill Kristiansen Reviewed-By: Sil Vilerino Part-of: --- src/microsoft/compiler/nir_to_dxil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/microsoft/compiler/nir_to_dxil.c b/src/microsoft/compiler/nir_to_dxil.c index 54db719..9cb787f 100644 --- a/src/microsoft/compiler/nir_to_dxil.c +++ b/src/microsoft/compiler/nir_to_dxil.c @@ -119,6 +119,7 @@ nir_options = { .lower_helper_invocation = true, .has_cs_global_id = true, .has_txs = true, + .lower_mul_2x32_64 = true, }; const nir_shader_compiler_options* -- 2.7.4