Skip to content

Commit

Permalink
[Doc] Release note update for 1.8.2407. (#6821) (#6822)
Browse files Browse the repository at this point in the history
Add note for loop structurizer fixes.
Fix the ReleaseNotes.md path.

(cherry picked from commit 0777bff)
  • Loading branch information
python3kgae authored Jul 25, 2024
1 parent af9a0ba commit 37cd83f
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
Expand Up @@ -29,7 +29,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

Expand Down

0 comments on commit 37cd83f

Please sign in to comment.