X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fpanfrost%2Fbifrost%2Fbifrost_compile.c;fp=src%2Fpanfrost%2Fbifrost%2Fbifrost_compile.c;h=413c8d3f2c84764db524f3b37aca493f789fdb1d;hb=ac55b1a9a6266b5badfee82d81302ffc38faeb42;hp=39f9b6580407cea65c2f1b0ee470cdd2b9df4422;hpb=efd439e0d648c90ae5854a0e83cd864836864e91;p=mesa.git diff --git a/src/panfrost/bifrost/bifrost_compile.c b/src/panfrost/bifrost/bifrost_compile.c index 39f9b658040..413c8d3f2c8 100644 --- a/src/panfrost/bifrost/bifrost_compile.c +++ b/src/panfrost/bifrost/bifrost_compile.c @@ -1272,8 +1272,7 @@ bi_optimize_nir(nir_shader *nir) nir, nir_lower_flrp, lower_flrp, - false /* always_precise */, - nir->options->lower_ffma); + false /* always_precise */); if (lower_flrp_progress) { NIR_PASS(progress, nir, nir_opt_constant_folding);