mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
intel/compiler: remove abandoned comments
c8665005: ("intel/compiler: Don't always require precise lowering of flrp")
forgot to remove some comments that didn't apply any more after the
change.
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrnd.net>
This commit is contained in:
parent
9aadd5d688
commit
f4d2be03b1
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue