diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h index c356004281a..a3430c150a8 100644 --- a/src/panfrost/bifrost/compiler.h +++ b/src/panfrost/bifrost/compiler.h @@ -520,6 +520,9 @@ bi_neg(bi_index idx) return idx; } +/* For bitwise instructions */ +#define bi_not(x) bi_neg(x) + static inline bi_index bi_imm_u8(uint8_t imm) {