Skip to content

Commit

Permalink
add optional memory operands operand
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Aug 22, 2024
1 parent 63ad152 commit ca65b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/spirv/unified1/spirv.core.grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -9926,7 +9926,8 @@
"opcode" : 6221,
"operands" : [
{ "kind" : "IdRef", "name" : "'Ptr'" },
{ "kind" : "IdRef", "name" : "'NumBytes'" }
{ "kind" : "IdRef", "name" : "'NumBytes'" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
],
"capabilities" : [ "SubgroupBufferPrefetchINTEL" ],
"version" : "None"
Expand Down

0 comments on commit ca65b91

Please sign in to comment.