Skip to content

Commit

Permalink
Update 1.8.2502 release notes (#7147)
Browse files Browse the repository at this point in the history
An internal fix has changed the way PDB files are packaged on release.
This change is worth noting in the release notes for 1.8.2502.
  • Loading branch information
bob80905 authored Feb 20, 2025
1 parent fdde077 commit b471183
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ The included licenses apply to the following files:

### Version 1.8.2502

- The incomplete WaveMatrix implementation has been removed.
- DXIL Validator Hash is open sourced.
- DXIL container validation for PSV0 part allows any content ordering inside string and semantic index tables.
- The and() and or() intrinsics will now accept non-integer parameters by casting them to bools.
This cumulative release contains numerous bug fixes and stability improvements.

Here are some highlights:

- The incomplete WaveMatrix implementation has been removed. [#6807](https://github.com/microsoft/DirectXShaderCompiler/pull/6807)
- DXIL Validator Hash is open sourced. [#6846](https://github.com/microsoft/DirectXShaderCompiler/pull/6846)
- DXIL container validation for PSV0 part allows any content ordering inside string and semantic index tables. [#6859](https://github.com/microsoft/DirectXShaderCompiler/pull/6859)
- The and() and or() intrinsics will now accept non-integer parameters by casting them to bools. [#7060](https://github.com/microsoft/DirectXShaderCompiler/pull/7060)
- Released executables will now expect the filenames associated with the released pdbs. Instead of expecting `dxc_full.pdb`, `dxc.exe` will now expect `dxc.pdb`.

### Version 1.8.2407

Expand Down

0 comments on commit b471183

Please sign in to comment.