summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/intel/compiler/brw_nir.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c
index 2d46b87de6c..ef387e51601 100644
--- a/src/intel/compiler/brw_nir.c
+++ b/src/intel/compiler/brw_nir.c
@@ -557,9 +557,6 @@ brw_nir_optimize(nir_shader *nir, const struct brw_compiler *compiler,
OPT(nir_opt_constant_folding);
if (lower_flrp != 0) {
- /* To match the old behavior, set always_precise only for scalar
- * shader stages.
- */
if (OPT(nir_lower_flrp,
lower_flrp,
false /* always_precise */,