Skip to content

Commit

Permalink
[Doc] Release note update for 1.8.2407. (#6821)
Browse files Browse the repository at this point in the history
Add note for loop structurizer fixes.
Fix the ReleaseNotes.md path.
python3kgae authored Jul 25, 2024
1 parent 83e4cd4 commit 0777bff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -33,7 +33,8 @@ Here are some highlights:
- [SPIR-V] Implement WaveMutliPrefix* in [#6600](https://github.com/microsoft/DirectXShaderCompiler/issues/6600)
- [SPIR-V] Implement SampleCmpLevel for SM6.7 in [#6613](https://github.com/microsoft/DirectXShaderCompiler/issues/6613)
- Avoid adding types to default namespace in [#6646](https://github.com/microsoft/DirectXShaderCompiler/issues/6646)
- Release notes once found in `README.md` can now be found in `docs/ReleaseNotes.md`
- Release notes once found in `README.md` can now be found in `ReleaseNotes.md`
- Fixed several bugs in the loop restructurizer. Shader developers who are using -opt-disable structurize-loop-exits-for-unroll to disable the loop restructurizer should consider removing that workaround.

### Version 1.8.2405

0 comments on commit 0777bff

Please sign in to comment.