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 4705197 commit e657eb1Copy full SHA for e657eb1
changelog.md
@@ -2,8 +2,8 @@
2
3
## Unreleased
4
5
-* Implement `Pod` and `Zeroable` for `__m512`, `__m512d` and `__m512i` without nightly.
6
- Requires Rust 1.70, and is gated through the `avx512_simd` cargo feature.
+* 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.
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.
0 commit comments