Skip to content

zeroize: always enable AVX-512 support#1493

Merged
tarcieri merged 1 commit into
masterfrom
zeroize/always-enable-simd
Jun 12, 2026
Merged

zeroize: always enable AVX-512 support#1493
tarcieri merged 1 commit into
masterfrom
zeroize/always-enable-simd

Conversation

@tarcieri

Copy link
Copy Markdown
Member

It was previously gated under the simd feature due to MSRV 1.72.

Since we're now MSRV 1.85, it can always be enabled.

It was previously gated under the `simd` feature due to MSRV 1.72.

Since we're now MSRV 1.85, it can always be enabled.
@tarcieri tarcieri merged commit 3e3f18c into master Jun 12, 2026
27 checks passed
@tarcieri tarcieri deleted the zeroize/always-enable-simd branch June 12, 2026 18:27
@tarcieri tarcieri mentioned this pull request Jun 12, 2026
tarcieri added a commit that referenced this pull request Jun 12, 2026
## Added
- `Zeroizing` is now `repr(transparent)` ([#1253])
- `optimization_barrier` function ([#1261])
- `Zeroizing` now supports `?Sized` ([#1318])
- `zeroize_stack` function ([#1331])

## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])
- Replace `atomic_fence` with `optimization_barrier` ([#1252])
- Bump `zeroize_derive` to v1.5 ([#1492])
- Always enable AVX-512 support ([#1493])

[#1149]: #1149
[#1252]: #1252
[#1253]: #1253
[#1261]: #1261
[#1318]: #1318
[#1331]: #1331
[#1492]: #1492
[#1493]: #1493
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant