aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Wahlster <fwahlster@outlook.com>2023-09-20 19:04:31 +0300
committerGitHub <noreply@github.com>2023-09-20 09:04:31 -0700
commit79743b899fde5c954897b2694291002626358fac (patch)
tree499072022c40e118b41d6b304221105ee70641e8
parentf8a4f5d876e56c9930344041171192f04f244f61 (diff)
downloadspirv-headers-79743b899fde5c954897b2694291002626358fac.tar.gz
Add LiteralFloat to operand_kinds (#380)
LiteralFloat was introduced with FPMaxErrorDecorationINTEL, but no entry in operand_kinds corresponds to it
-rw-r--r--include/spirv/unified1/spirv.core.grammar.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json
index a3f74f4..d023ec7 100644
--- a/include/spirv/unified1/spirv.core.grammar.json
+++ b/include/spirv/unified1/spirv.core.grammar.json
@@ -16552,6 +16552,11 @@
},
{
"category" : "Literal",
+ "kind" : "LiteralFloat",
+ "doc" : "A float consuming one word"
+ },
+ {
+ "category" : "Literal",
"kind" : "LiteralContextDependentNumber",
"doc" : "A literal number whose size and format are determined by a previous operand in the enclosing instruction"
},