nir: get ffma support from NIR options for nir_lower_flrp
[mesa.git] / src / gallium / drivers / vc4 / vc4_program.c
index 0d448fa2754f76d0a6e49cf7ce48f73d89e7231b..4f2956bb735a871f471dda1c383ccef730d72a66 100644 (file)
@@ -1546,8 +1546,7 @@ vc4_optimize_nir(struct nir_shader *s)
 
                         NIR_PASS(lower_flrp_progress, s, nir_lower_flrp,
                                  lower_flrp,
-                                 false /* always_precise */,
-                                 s->options->lower_ffma);
+                                 false /* always_precise */);
                         if (lower_flrp_progress) {
                                 NIR_PASS(progress, s, nir_opt_constant_folding);
                                 progress = true;