Skip to content

Commit 1866977

Browse files
authored
fix release notes messed up in #8013 (#8081)
Fix the release notes incorrectly modified in #8013
1 parent 8efdb17 commit 1866977

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/ReleaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ The included licenses apply to the following files:
3535
- GetGroupWaveCount: New intrinsic for Compute, Mesh, Amplification and Node
3636
shaders which returns the total number of waves executing within the thread
3737
group.
38-
- Added support for `long long` and `unsigned long long` compile-time constant evaluation, fixes [#7952](https://github.com/microsoft/DirectXShaderCompiler/issues/7952).
3938

4039
#### Noteble SPIR-V updates
4140

@@ -90,6 +89,8 @@ The included licenses apply to the following files:
9089
- Implement isnormal function.
9190
[#7720](https://github.com/microsoft/DirectXShaderCompiler/issues/7720)
9291
- Disallow 64bit msad, ibfe, and ubfe. [#7774](https://github.com/microsoft/DirectXShaderCompiler/issues/7774)
92+
- Added support for `long long` and `unsigned long long` compile-time constant evaluation, fixes [#7952](https://github.com/microsoft/DirectXShaderCompiler/issues/7952).
93+
- Added support for the groupshared attribute for parameters to Shader Model 6.10 [#8013](https://github.com/microsoft/DirectXShaderCompiler/pull/8013)
9394

9495
### Version 1.8.2505
9596

0 commit comments

Comments
 (0)