From: Alyssa Rosenzweig Date: Fri, 31 Jul 2020 14:13:14 +0000 (-0400) Subject: pan/bit: Remove BI_SHIFT stub X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2dec9092bee9e60e2ec127c55d9f89c0daf8ec12;p=mesa.git pan/bit: Remove BI_SHIFT stub Fixes compile error with -Dtools=panfrost Signed-off-by: Alyssa Rosenzweig Fixes: 946ff9b4396 ("bifrost: Add support for nir_op_ishl") Part-of: --- diff --git a/src/panfrost/bifrost/test/bi_interpret.c b/src/panfrost/bifrost/test/bi_interpret.c index a8fadb3627e..808b3938d51 100644 --- a/src/panfrost/bifrost/test/bi_interpret.c +++ b/src/panfrost/bifrost/test/bi_interpret.c @@ -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);