Mesa (master): pan/bit: Remove BI_SHIFT stub

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 31 14:34:44 UTC 2020


Module: Mesa
Branch: master
Commit: 2dec9092bee9e60e2ec127c55d9f89c0daf8ec12
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2dec9092bee9e60e2ec127c55d9f89c0daf8ec12

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Fri Jul 31 10:13:14 2020 -0400

pan/bit: Remove BI_SHIFT stub

Fixes compile error with -Dtools=panfrost

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Fixes: 946ff9b4396 ("bifrost: Add support for nir_op_ishl")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6142>

---

 src/panfrost/bifrost/test/bi_interpret.c | 3 ---
 1 file changed, 3 deletions(-)

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



More information about the mesa-commit mailing list