ac/nir: enable ford, funord, fneo, fequ, fltu, fgeu

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29467>
This commit is contained in:
Georg Lehmann
2024-05-29 15:13:43 +02:00
committed by Marge Bot
parent 3dfc8b3bcf
commit 080e03d021

View File

@@ -69,6 +69,8 @@ void ac_set_nir_options(struct radeon_info *info, bool use_llvm,
options->has_bfe = true;
options->has_bfm = true;
options->has_bitfield_select = true;
options->has_fneo_fcmpu = true;
options->has_ford_funord = true;
options->has_fsub = true;
options->has_isub = true;
options->has_sdot_4x8 = info->has_accelerated_dot_product;