mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
jay: Add missing ROR case
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41064>
This commit is contained in:
parent
6c862b1951
commit
e55af8793f
1 changed files with 1 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ emit(struct brw_codegen *p,
|
|||
OP1(FBH, FBH)
|
||||
OP1(LZD, LZD)
|
||||
OP2(ROL, ROL)
|
||||
OP2(ROR, ROR)
|
||||
OP2(AVG, AVG)
|
||||
OP2(ADD, ADD)
|
||||
OP2(MUL, MUL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue