Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SPIRV-Headers
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
yocto-mirrors
github
khronosgroup
SPIRV-Headers
Commits
49a1fceb
Unverified
Commit
49a1fceb
authored
10 months ago
by
gnl21
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix SPIR-V reserved ranges (#427)
The unused portions hadn't been updated so were overlapping the reserved ranges.
parent
acfc254a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/spirv/spir-v.xml
+2
-2
2 additions, 2 deletions
include/spirv/spir-v.xml
with
2 additions
and
2 deletions
include/spirv/spir-v.xml
+
2
−
2
View file @
49a1fceb
...
...
@@ -157,7 +157,7 @@
sure to fill in the vendor attribute, and preferably add a contact
person/address in a comment attribute. -->
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
<ids
type=
"opcode"
start=
"6
656
"
end=
"65535"
comment=
"Opcode range reservable for future use by vendors"
/>
<ids
type=
"opcode"
start=
"6
720
"
end=
"65535"
comment=
"Opcode range reservable for future use by vendors"
/>
<!-- End reservations of opcodes -->
...
...
@@ -190,7 +190,7 @@
sure to fill in the vendor attribute, and preferably add a contact
person/address in a comment attribute. -->
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
<ids
type=
"enumerant"
start=
"6
656
"
end=
"4294967295"
comment=
"Enumerant range reservable for future use by vendors"
/>
<ids
type=
"enumerant"
start=
"6
720
"
end=
"4294967295"
comment=
"Enumerant range reservable for future use by vendors"
/>
<!-- End reservations of enumerants -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment