Skip to content

Commit c14cb44

Browse files
committed
Update headers with SPIR-V version 1.6, revision 4.
See SPIR-V 1.6.4 change log
1 parent 2acb319 commit c14cb44

13 files changed

+286
-22
lines changed

include/spirv/unified1/spirv.bf

+55
Large diffs are not rendered by default.

include/spirv/unified1/spirv.core.grammar.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"magic_number" : "0x07230203",
2828
"major_version" : 1,
2929
"minor_version" : 6,
30-
"revision" : 1,
30+
"revision" : 4,
3131
"instruction_printing_class" : [
3232
{
3333
"tag" : "@exclude"
@@ -330,7 +330,8 @@
330330
"opcode" : 22,
331331
"operands" : [
332332
{ "kind" : "IdResult" },
333-
{ "kind" : "LiteralInteger", "name" : "'Width'" }
333+
{ "kind" : "LiteralInteger", "name" : "'Width'" },
334+
{ "kind" : "FPEncoding", "quantifier" : "?", "name" : "'Floating Point Encoding'" }
334335
],
335336
"version": "1.0"
336337
},
@@ -16897,6 +16898,12 @@
1689716898
}
1689816899
]
1689916900
},
16901+
{
16902+
"category" : "ValueEnum",
16903+
"kind" : "FPEncoding",
16904+
"enumerants" : [
16905+
]
16906+
},
1690016907
{
1690116908
"category" : "Id",
1690216909
"kind" : "IdResultType",

0 commit comments

Comments
 (0)