Prepare release v2024.3 (#5719)

This commit is contained in:
Steven Perron 2024-06-20 10:29:42 -04:00 committed by GitHub
parent 581279dedd
commit 0cfe9e7219
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
CHANGES
View File

@ -1,5 +1,19 @@
Revision history for SPIRV-Tools Revision history for SPIRV-Tools
v2024.3 2024-06-20
- General
- Optimizer
- Do not fold mul and adds to generate fmas (#5682)
- add OpExtInst forward ref fixup pass (#5708)
- Validator
- Separate Location check for tess patch (#5654)
- Validate MemoryAccessMask of OpCooperativeMatrixStoreKHR (#5668)
- OpSampledImage extra validation (#5695)
- add support for OpExtInstWithForwardRefs (#5698)A
- Disassembler
- add decorations to comments (#5675)
- Add --nested-indent and --reorder-blocks (#5671)
v2024.2 2024-04-22 v2024.2 2024-04-22
- General - General
- Add SPIRV_TOOLS_EXPORT to public C++ API (#5591) - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591)