mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
panfrost/midgard: Enable autovectorization
Enable nir_opt_vectorize. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
47e7c6961a
commit
9402970751
1 changed files with 1 additions and 2 deletions
|
|
@ -476,8 +476,7 @@ optimise_nir(nir_shader *nir)
|
|||
nir_var_shader_out |
|
||||
nir_var_function_temp);
|
||||
|
||||
/* TODO: Enable vectorize when merged upstream */
|
||||
// NIR_PASS(progress, nir, nir_opt_vectorize);
|
||||
NIR_PASS(progress, nir, nir_opt_vectorize);
|
||||
} while (progress);
|
||||
|
||||
/* Must be run at the end to prevent creation of fsin/fcos ops */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue