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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user