You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ReleaseNotes.md
+9-4
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,15 @@ The included licenses apply to the following files:
19
19
20
20
### Version 1.8.2502
21
21
22
-
- The incomplete WaveMatrix implementation has been removed.
23
-
- DXIL Validator Hash is open sourced.
24
-
- DXIL container validation for PSV0 part allows any content ordering inside string and semantic index tables.
25
-
- The and() and or() intrinsics will now accept non-integer parameters by casting them to bools.
22
+
This cumulative release contains numerous bug fixes and stability improvements.
23
+
24
+
Here are some highlights:
25
+
26
+
- The incomplete WaveMatrix implementation has been removed. [#6807](https://github.com/microsoft/DirectXShaderCompiler/pull/6807)
27
+
- DXIL Validator Hash is open sourced. [#6846](https://github.com/microsoft/DirectXShaderCompiler/pull/6846)
28
+
- DXIL container validation for PSV0 part allows any content ordering inside string and semantic index tables. [#6859](https://github.com/microsoft/DirectXShaderCompiler/pull/6859)
29
+
- The and() and or() intrinsics will now accept non-integer parameters by casting them to bools. [#7060](https://github.com/microsoft/DirectXShaderCompiler/pull/7060)
30
+
- 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`.
0 commit comments