mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 17:10:11 +01:00
freedreno/afuc: Add missing ALU encode case for bic
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26771>
This commit is contained in:
parent
443e8b89ca
commit
eeb2db3b5e
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ __instruction_case(struct encode_state *s, const struct afuc_instr *instr)
|
|||
ALU(MIN)
|
||||
ALU(MAX)
|
||||
ALU(CMP)
|
||||
ALU(BIC)
|
||||
#undef ALU
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue