mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
docs(CHANGELOG): add entry for const. eval of first{Leading,Trailing}Bit
This commit is contained in:
parent
a220fcfc57
commit
fa93676991
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user