From: Kenneth Benzie (Benie) Date: Tue, 26 May 2015 09:40:58 +0000 (+0100) Subject: Update readme file with repo maintainer. X-Git-Tag: upstream/2018.6~1520 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c83666625a5519f6ea0ed3ebb676d6132078bd5;p=platform%2Fupstream%2FSPIRV-Tools.git Update readme file with repo maintainer. --- diff --git a/readme.md b/readme.md index f03b58b..1ba4bec 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,10 @@ Currently, the assembler and disassembler only support the core SPIR-V specification (i.e. nothing Vulkan or OpenCL-specific) and the validator is a work in progress. See the Future Work section for more information. +The repository is maintained by Kenneth Benzie `k.benzie@codeplay.com`, please +submit any merge requests as stated in these +[instructions](https://cvs.khronos.org/wiki/index.php/How_to_access_and_use_the_Khronos_Gitlab_Repository). + ## Build The project uses CMake to generate platform-specific build configurations. To @@ -144,7 +148,7 @@ arbitrary word into the stream the prefix `!` is used, this takes the form `!`. Here is an example. ``` -OpCapability !0x0000FF000 +OpCapability !0x0000FF00 ``` ### Disassembler