radv/aco: implement logic64 instead of lowering
to make use of the scalar ALU Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5527>
This commit is contained in:

committed by
Marge Bot

parent
9a389322c4
commit
f03a5f6cac
@@ -120,7 +120,6 @@ static const struct nir_shader_compiler_options nir_options_aco = {
|
||||
nir_lower_imul_high64 |
|
||||
nir_lower_imul_2x32_64 |
|
||||
nir_lower_divmod64 |
|
||||
nir_lower_logic64 |
|
||||
nir_lower_minmax64 |
|
||||
nir_lower_iabs64,
|
||||
};
|
||||
|
Reference in New Issue
Block a user