ac: set has_pack_32_4x8

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28882>
This commit is contained in:
Georg Lehmann
2024-04-23 19:14:50 +02:00
committed by Marge Bot
parent 1604ab0ef7
commit a3f77e09a1
+1
View File
@@ -79,6 +79,7 @@ void ac_set_nir_options(struct radeon_info *info, bool use_llvm,
options->has_udot_4x8_sat = info->has_accelerated_dot_product;
options->has_dot_2x16 = info->has_accelerated_dot_product && info->gfx_level < GFX11;
options->has_find_msb_rev = true;
options->has_pack_32_4x8 = true;
options->has_pack_half_2x16_rtz = true;
options->has_bit_test = !use_llvm;
options->has_fmulz = true;