docs(CHANGELOG): add entry for const. eval of first{Leading,Trailing}Bit

This commit is contained in:
Erich Gubler 2024-07-23 12:45:48 -04:00
parent a220fcfc57
commit fa93676991

View File

@ -39,6 +39,12 @@ Bottom level categories:
## Unreleased
### New Features
#### Naga
* 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).
### Bug Fixes
#### General