pan/bit: Remove BI_SHIFT stub
[mesa.git] / src / panfrost / bifrost / test / bi_interpret.c
index a8fadb3627e543e1370200625aa54cd8d6da1800..808b3938d5153db21147cad4e03a6138587e97a1 100644 (file)
@@ -637,9 +637,6 @@ bit_step(struct bit_state *s, bi_instruction *ins, bool FMA)
                 break;
         }
 
-        case BI_SHIFT:
-                unreachable("Unsupported op");
-
         case BI_ROUND: {
                 if (ins->roundmode == BIFROST_RTP) {
                         bfloat(bit_f64ceil, bit_f32ceil);