aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2022-12-15 21:35:08 -0500
committerGitHub <noreply@github.com>2022-12-15 21:35:08 -0500
commit451ba8ec3df5817dba9c20e909ac01334760eb63 (patch)
tree8897c76818c88f7e34f1809f97c5a632b1939322
parent6b2318aec8d4e60386669da1281074a23d5f5ac8 (diff)
downloadspirv-tools-451ba8ec3df5817dba9c20e909ac01334760eb63.tar.gz
README.md: The validator now handles larger limits (#5003)
* README.md: The validator now handles larger limits * Oops ... * Fix typo Co-authored-by: David Neto <dneto@google.com>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e951e37f..96d59b9c 100644
--- a/README.md
+++ b/README.md
@@ -96,10 +96,10 @@ and in-progress work.
*Note*: The validator checks some Universal Limits, from section 2.17 of the SPIR-V spec.
The validator will fail on a module that exceeds those minimum upper bound limits.
-It is [future work](https://github.com/KhronosGroup/SPIRV-Tools/projects/1#card-1052403)
-to parameterize the validator to allow larger
-limits accepted by a more than minimally capable SPIR-V consumer.
+The validator has been parameterized to allow larger values, for use when targeting
+a more-than-minimally-capable SPIR-V consumer.
+See [`tools/val/val.cpp`](tools/val/val.cpp) or run `spirv-val --help` for the command-line help.
### Optimizer