Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
Co-authored-by: zachs18 <[email protected]>
  • Loading branch information
herabit and zachs18 authored Dec 11, 2024
1 parent 4705197 commit e657eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e657eb1

Please sign in to comment.