diff --git a/src/asahi/compiler/agx_compile.h b/src/asahi/compiler/agx_compile.h index 5a16f7dc08b..c466781df7c 100644 --- a/src/asahi/compiler/agx_compile.h +++ b/src/asahi/compiler/agx_compile.h @@ -254,6 +254,7 @@ static const nir_shader_compiler_options agx_nir_options = { .lower_insert_byte = true, .lower_insert_word = true, .has_cs_global_id = true, + .lower_hadd = true, .vectorize_io = true, .use_interpolated_input_intrinsics = true, .lower_rotate = true,