From e657eb1b88fcb432f6da37f92f9a4ab4b108ce32 Mon Sep 17 00:00:00 2001 From: Hera Chamorro Date: Tue, 10 Dec 2024 17:37:25 -0800 Subject: [PATCH] Update changelog.md Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com> --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 44f9187..ae1e611 100644 --- a/changelog.md +++ b/changelog.md @@ -2,8 +2,8 @@ ## Unreleased -* Implement `Pod` and `Zeroable` for `__m512`, `__m512d` and `__m512i` without nightly. - 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. * 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.