Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaun Krisch <raun.krisch@gmail.com>2021-08-18 06:33:54 +0300
committerGitHub <noreply@github.com>2021-08-18 06:33:54 +0300
commit449bc986ba6f4c5e10e32828783f9daef2a77644 (patch)
tree4f6039ae75ca589755e850545a700d5ac010a75c
parente71feddb3f17c5586ff7f4cfb5ed1258b800574b (diff)
parentb1a7c66be7916de3012aee212f8a983b3290c125 (diff)
Merge pull request #231 from MarijnS95/duplicate-grammar
spirv.core.grammar: Remove duplicate OpArbitraryFloatPowNINTEL declaration
-rw-r--r--include/spirv/unified1/spirv.core.grammar.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json
index 6520788..33ca872 100644
--- a/include/spirv/unified1/spirv.core.grammar.json
+++ b/include/spirv/unified1/spirv.core.grammar.json
@@ -7677,24 +7677,6 @@
"version" : "None"
},
{
- "opname" : "OpArbitraryFloatPowNINTEL",
- "class" : "@exclude",
- "opcode" : 5882,
- "operands" : [
- { "kind" : "IdResultType" },
- { "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "'A'" },
- { "kind" : "LiteralInteger", "name" : "'M1'" },
- { "kind" : "IdRef", "name" : "'B'" },
- { "kind" : "LiteralInteger", "name" : "'Mout'" },
- { "kind" : "LiteralInteger", "name" : "'EnableSubnormals'" },
- { "kind" : "LiteralInteger", "name" : "'RoundingMode'" },
- { "kind" : "LiteralInteger", "name" : "'RoundingAccuracy'" }
- ],
- "capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
- "version" : "None"
- },
- {
"opname" : "OpLoopControlINTEL",
"class" : "Reserved",
"opcode" : 5887,