mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
pan/mdg: map uabs_i/usub to i/uabsdiff
Signed-off-by: Italo Nicola <italonicola@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6823>
This commit is contained in:
parent
cea032a345
commit
c9192d1083
1 changed files with 3 additions and 0 deletions
|
|
@ -900,6 +900,9 @@ emit_alu(compiler_context *ctx, nir_alu_instr *instr)
|
|||
/* Zero shoved as second-arg */
|
||||
ALU_CASE(iabs, iabsdiff);
|
||||
|
||||
ALU_CASE(uabs_isub, iabsdiff);
|
||||
ALU_CASE(uabs_usub, uabsdiff);
|
||||
|
||||
ALU_CASE(mov, imov);
|
||||
|
||||
ALU_CASE_CMP(feq32, feq);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue