Skip to content

Commit 1a2118f

Browse files
docs(CHANGELOG): add entry for const. eval of first{Leading,Trailing}Bit
1 parent bd6f2ec commit 1a2118f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ Bottom level categories:
3939

4040
## Unreleased
4141

42+
### New Features
43+
44+
#### Naga
45+
46+
* Support constant evaluation for `firstLeadingBit` and `firstTrailingBit` numeric built-ins in WGSL. Front-ends that translate to these built-ins also benefit from constant evaluation. By @ErichDonGubler in [#5101](https://github.com/gfx-rs/wgpu/pull/5101).
47+
4248
### Bug Fixes
4349

4450
#### General

0 commit comments

Comments
 (0)