Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Dec 20, 2024
1 parent 45fbae7 commit 75b54ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# `bytemuck` changelog

## Unreleased
## 1.21

* Implement `Pod` and `Zeroable` for `core::arch::{x86, x86_64}::__m512`, `__m512d` and `__m512i` without nightly.
Requires Rust 1.72, and is gated through the `avx512_simd` cargo feature.

* Allow the use of `must_cast_mut` and `must_cast_slice_mut` in const contexts.
Requires Rust 1.83, and is gated through the `must_cast_extra` cargo feature.

* internal: introduced the `maybe_const_fn` macro that allows defining some function
to be const depending upon some `cfg` predicate.

Expand Down

0 comments on commit 75b54ef

Please sign in to comment.