pan/bit: Remove BI_SHIFT stub

Fixes compile error with -Dtools=panfrost

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fixes: 946ff9b439 ("bifrost: Add support for nir_op_ishl")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6142>
This commit is contained in:
Alyssa Rosenzweig 2020-07-31 10:13:14 -04:00
parent aa989aed6d
commit 2dec9092be
1 changed files with 0 additions and 3 deletions

View 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);