mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2024-11-23 07:20:28 +00:00
Update CHANGES in the readme.md
This commit is contained in:
parent
43f0e819c4
commit
09c2a4b3ec
15
readme.md
15
readme.md
@ -27,6 +27,21 @@ The validator is incomplete. See the Future Work section for more information.
|
||||
|
||||
## CHANGES (for tools hackers)
|
||||
|
||||
2015-09-09
|
||||
* Avoid confusion about ownership of storage:
|
||||
* `spv_binary` is only used for output of the assembler, and should
|
||||
always be destroyed with `spvBinaryDestroy`.
|
||||
* `spv_text` is only used for output of the disassembler, and should
|
||||
always be destroyed with `spvTextDestroy`.
|
||||
* Inputs to the assembler and disassembler are provided as pointer
|
||||
and length arguments.
|
||||
* Fixed parsing of floating point literals.
|
||||
* Fixed the -p option for the disassembler executable.
|
||||
* Fixed a build break on MSVC when using a ternary operator with conflicting
|
||||
types.
|
||||
* More test coverage and other cleanups.
|
||||
|
||||
2015-09-04
|
||||
* The parser has been overhauled
|
||||
* We use an automatically generated table to describe the syntax of each
|
||||
core instruction. The changes to the SPIR-V spec document generator to
|
||||
|
Loading…
Reference in New Issue
Block a user