mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 19:00:23 +01:00
fix broken vec4_seq, vec4_sne instructions
This commit is contained in:
parent
2f35a17f38
commit
05b74e4ae4
1 changed files with 2 additions and 1 deletions
|
|
@ -324,7 +324,8 @@ static slang_asm_info AsmInfo[] = {
|
|||
{ "vec4_min", IR_MIN, 1, 2 },
|
||||
{ "vec4_max", IR_MAX, 1, 2 },
|
||||
{ "vec4_clamp", IR_CLAMP, 1, 3 },
|
||||
{ "vec4_seq", IR_SEQ, 1, 2 },
|
||||
{ "vec4_seq", IR_SEQUAL, 1, 2 },
|
||||
{ "vec4_sne", IR_SNEQUAL, 1, 2 },
|
||||
{ "vec4_sge", IR_SGE, 1, 2 },
|
||||
{ "vec4_sgt", IR_SGT, 1, 2 },
|
||||
{ "vec4_sle", IR_SLE, 1, 2 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue