We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fbae7 commit 75b54efCopy full SHA for 75b54ef
changelog.md
@@ -1,13 +1,11 @@
1
# `bytemuck` changelog
2
3
-## Unreleased
+## 1.21
4
5
* Implement `Pod` and `Zeroable` for `core::arch::{x86, x86_64}::__m512`, `__m512d` and `__m512i` without nightly.
6
Requires Rust 1.72, and is gated through the `avx512_simd` cargo feature.
7
-
8
* Allow the use of `must_cast_mut` and `must_cast_slice_mut` in const contexts.
9
Requires Rust 1.83, and is gated through the `must_cast_extra` cargo feature.
10
11
* internal: introduced the `maybe_const_fn` macro that allows defining some function
12
to be const depending upon some `cfg` predicate.
13
0 commit comments