Skip to content

Commit

Permalink
fixup! feat(const_eval): impl. abs with new component_wise_scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jan 18, 2024
1 parent df4b063 commit d5cb4bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Bottom level categories:

## Unreleased

### New features

- Many numeric built-ins have had a constant evaluation implementation added for them, which allows them to be used in a `const` context:
- [#4879](https://github.com/gfx-rs/wgpu/pull/4879) by @ErichDonGubler:
- `abs`
Expand Down

0 comments on commit d5cb4bd

Please sign in to comment.