We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0839c18 commit a63635aCopy full SHA for a63635a
src/frontends/spirv/s2s.c
@@ -298,7 +298,7 @@ static SpvShdOpMapping spv_shd_op_mapping[] = {
298
[SpvOpOrdered] = { 0 },
299
[SpvOpUnordered] = { 0 },
300
[SpvOpLogicalEqual] = { 1, eq_op, 3 },
301
- [SpvOpLogicalNotEqual] = { 1, eq_op, 3 },
+ [SpvOpLogicalNotEqual] = { 1, neq_op, 3 },
302
[SpvOpLogicalOr] = { 1, or_op, 3 },
303
[SpvOpLogicalAnd] = { 1, and_op, 3 },
304
[SpvOpLogicalNot] = { 1, not_op, 3 },
0 commit comments