panfrost/midgard: Lower i2b32
[mesa.git] / src / gallium / drivers / panfrost / midgard / midgard_compile.c
index bef4454f7597afe35ccd5e5269c93d4ddc0e0ce8..12a586eced26a7246e293945f563f5da66cb6000 100644 (file)
@@ -993,6 +993,7 @@ emit_alu(compiler_context *ctx, nir_alu_instr *instr)
                  * special lowering */
 
                 ALU_CASE(f2b32, fne);
+                ALU_CASE(i2b32, ine);
 
                 ALU_CASE(frcp, frcp);
                 ALU_CASE(frsq, frsqrt);