diff --git a/src/panfrost/midgard/midgard_compile.c b/src/panfrost/midgard/midgard_compile.c index 557e6833947..aacd8e19989 100644 --- a/src/panfrost/midgard/midgard_compile.c +++ b/src/panfrost/midgard/midgard_compile.c @@ -891,6 +891,7 @@ emit_alu(compiler_context *ctx, nir_alu_instr *instr) * operand (the second argument) */ sext_2 = true; + /* fallthrough */ case nir_op_u2u8: case nir_op_u2u16: case nir_op_u2u32: {