nir: get ffma support from NIR options for nir_lower_flrp
[mesa.git] / src / gallium / frontends / vallium / val_pipeline.c
index fb0a88a051d49f38c70bb4a91a84407510acb31f..a1d83902c56d0e375bd06d2f12c15287da5f130f 100644 (file)
@@ -590,7 +590,7 @@ val_shader_compile_to_ir(struct val_pipeline *pipeline,
    do {
       progress = false;
 
-      progress |= OPT(nir_lower_flrp, 32|64, true, false);
+      progress |= OPT(nir_lower_flrp, 32|64, true);
       progress |= OPT(nir_split_array_vars, nir_var_function_temp);
       progress |= OPT(nir_shrink_vec_array_vars, nir_var_function_temp);
       progress |= OPT(nir_opt_deref);