File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,19 @@ The included licenses apply to the following files:
18
18
19
19
## Changelog
20
20
21
+ ### Version 1.8.2407
22
+
23
+ This cumulative release contains numerous bug fixes and stability improvments.
24
+
25
+ Here are some highlights:
26
+
27
+ - dxc generates invalid alignment on groupshared matrix load/store instructions in [ #6416 ] ( https://github.com/microsoft/DirectXShaderCompiler/issues/6416 )
28
+ - [ Optimization] DXC is missing common factor optimization in some cases in [ #6593 ] ( https://github.com/microsoft/DirectXShaderCompiler/issues/6593 )
29
+ - [ SPIR-V] Implement WaveMutliPrefix* in [ #6600 ] ( https://github.com/microsoft/DirectXShaderCompiler/issues/6600 )
30
+ - [ SPIR-V] Implement SampleCmpLevel for SM6.7 in [ #6613 ] ( https://github.com/microsoft/DirectXShaderCompiler/issues/6613 )
31
+ - Avoid adding types to default namespace in [ #6646 ] ( https://github.com/microsoft/DirectXShaderCompiler/issues/6646 )
32
+ - Release notes once found in ` README.md ` can now be found in ` docs/ReleaseNotes.md `
33
+
21
34
### Version 1.8.2405
22
35
23
36
DX Compiler Release for May 2024
You can’t perform that action at this time.
0 commit comments