mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
aco: use nir_lower_idiv_precise
v7: rename _nv50/_llvm to _fast/_precise Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
This commit is contained in:
parent
8b98d0954e
commit
132ae89b19
1 changed files with 1 additions and 1 deletions
|
|
@ -1328,7 +1328,7 @@ setup_isel_context(Program* program,
|
|||
nir_lower_iabs64));
|
||||
|
||||
nir_opt_idiv_const(nir, 32);
|
||||
nir_lower_idiv(nir, nir_lower_idiv_fast); // TODO: use the LLVM path once !1239 is merged
|
||||
nir_lower_idiv(nir, nir_lower_idiv_precise);
|
||||
|
||||
/* optimize the lowered ALU operations */
|
||||
nir_copy_prop(nir);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue