Skip to content

Commit fc2395f

Browse files
committed
Add Hero C Compiler to the vendor list & add C source language to the Source Language enum
1 parent cfbe4fe commit fc2395f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

include/spirv/spir-v.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
<id value="34" vendor="Rayan Hatout" tool="SPIRVSmith" comment="Contact Rayan Hatout [email protected], Repo https://github.com/rayanht/SPIRVSmith"/>
8888
<id value="35" vendor="Saarland University" tool="Shady" comment="Contact Hugo Devillers [email protected], Repo https://github.com/Hugobros3/shady"/>
8989
<id value="36" vendor="Taichi Graphics" tool="Taichi" comment="Contact Rendong Liang [email protected], Repo https://github.com/taichi-dev/taichi"/>
90-
<unused start="37" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
90+
<id value="37" vendor="heroseh" tool="Hero C Compiler" comment="https://github.com/heroseh/hcc"/>
91+
<unused start="38" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
9192
</ids>
9293

9394
<!-- SECTION: SPIR-V Opcodes and Enumerants -->

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10065,6 +10065,10 @@
1006510065
{
1006610066
"enumerant" : "SYCL",
1006710067
"value" : 7
10068+
},
10069+
{
10070+
"enumerant" : "C",
10071+
"value" : 8
1006810072
}
1006910073
]
1007010074
},

0 commit comments

Comments
 (0)