mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
aco: fix opcode for s_mul_hi_i32
Fixes dEQP-VK.glsl.builtin.function.integer.imulextended.*_compute Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
2faaf04c62
commit
101f47fdd7
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ SOP2 = {
|
|||
( -1, -1, -1, 0x33, 0x33, "s_pack_lh_b32_b16"),
|
||||
( -1, -1, -1, 0x34, 0x34, "s_pack_hh_b32_b16"),
|
||||
( -1, -1, -1, 0x2c, 0x35, "s_mul_hi_u32"),
|
||||
( -1, -1, -1, 0x2c, 0x35, "s_mul_hi_i32"),
|
||||
( -1, -1, -1, 0x2d, 0x36, "s_mul_hi_i32"),
|
||||
}
|
||||
for (gfx6, gfx7, gfx8, gfx9, gfx10, name) in SOP2:
|
||||
opcode(name, gfx9, gfx10, Format.SOP2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue