nir: Add simplistic lowering for bany_equal/ball_inequal.
[mesa.git] / src / compiler / nir / nir.h
index 9f95dca20e843023241134f3dc808364c221b35b..cbf5c0746c351fe8e8ad6b2b1765db51bcd45344 100644 (file)
@@ -3082,7 +3082,7 @@ typedef struct nir_shader_compiler_options {
    /* lower {slt,sge,seq,sne} to {flt,fge,feq,fneu} + b2f: */
    bool lower_scmp;
 
-   /* lower fall_equalN/fany_nequalN (ex:fany_nequal4 to sne+fdot4+fsat) */
+   /* lower b/fall_equalN/b/fany_nequalN (ex:fany_nequal4 to sne+fdot4+fsat) */
    bool lower_vector_cmp;
 
    /** enables rules to lower idiv by power-of-two: */