Skip to content

Commit

Permalink
Update headers with SPIR-V version 1.6, revision 4.
Browse files Browse the repository at this point in the history
See SPIR-V 1.6.4 change log
  • Loading branch information
Naghasan committed Jul 3, 2024
1 parent 2acb319 commit c14cb44
Show file tree
Hide file tree
Showing 13 changed files with 286 additions and 22 deletions.
55 changes: 55 additions & 0 deletions include/spirv/unified1/spirv.bf

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions include/spirv/unified1/spirv.core.grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"magic_number" : "0x07230203",
"major_version" : 1,
"minor_version" : 6,
"revision" : 1,
"revision" : 4,
"instruction_printing_class" : [
{
"tag" : "@exclude"
Expand Down Expand Up @@ -330,7 +330,8 @@
"opcode" : 22,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "LiteralInteger", "name" : "'Width'" }
{ "kind" : "LiteralInteger", "name" : "'Width'" },
{ "kind" : "FPEncoding", "quantifier" : "?", "name" : "'Floating Point Encoding'" }
],
"version": "1.0"
},
Expand Down Expand Up @@ -16897,6 +16898,12 @@
}
]
},
{
"category" : "ValueEnum",
"kind" : "FPEncoding",
"enumerants" : [
]
},
{
"category" : "Id",
"kind" : "IdResultType",
Expand Down
Loading

0 comments on commit c14cb44

Please sign in to comment.