From d5cb4bdef09009ee5d1bedc2553577165abd42fd Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 18 Jan 2024 16:21:02 -0500 Subject: [PATCH] fixup! feat(const_eval): impl. `abs` with new `component_wise_scalar` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d813eb8cb68..9bfea9f3588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`