mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 23:30:13 +01:00
radv: enable lower_mul_2x32_64
Fixes: 58bcebd987 ("spirv: Allow [i/u]mulExtended to use new nir opcode")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
9ab1b1d022
commit
71ffa00fc6
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ static const struct nir_shader_compiler_options nir_options = {
|
|||
.lower_extract_word = true,
|
||||
.lower_ffma = true,
|
||||
.lower_fpow = true,
|
||||
.lower_mul_2x32_64 = true,
|
||||
.max_unroll_iterations = 32
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue