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
bdd1b2ab
Unverified
Commit
bdd1b2ab
authored
1 year ago
by
gnl21
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Reserve an FPFastMathMode bit (#401)
parent
c4a13e77
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
-1
2 additions, 1 deletion
include/spirv/spir-v.xml
with
2 additions
and
1 deletion
include/spirv/spir-v.xml
+
2
−
1
View file @
bdd1b2ab
...
...
@@ -248,7 +248,8 @@
<!-- Reserved FP fast math mode bits -->
<ids
type=
"FPFastMathMode"
start=
"0"
end=
"15"
vendor=
"Khronos"
comment=
"Reserved FPFastMathMode bits, not available to vendors - see the SPIR-V Specification"
/>
<ids
type=
"FPFastMathMode"
start=
"16"
end=
"17"
vendor=
"Intel"
comment=
"Contact michael.kinsner@intel.com"
/>
<ids
type=
"FPFastMathMode"
start=
"18"
end=
"31"
comment=
"Unreserved bits reservable for use by vendors"
/>
<ids
type=
"FPFastMathMode"
start=
"18"
end=
"18"
comment=
"Reserved FPFastMathMode bit, not available to vendors"
/>
<ids
type=
"FPFastMathMode"
start=
"19"
end=
"31"
comment=
"Unreserved bits reservable for use by vendors"
/>
<!-- SECTION: SPIR-V Memory Operand Bit Reservations -->
...
...
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