Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zeroize: add support for ARM64 SIMD registers (nightly-only) #749

Merged
merged 1 commit into from Mar 17, 2022

Conversation

tarcieri
Copy link
Member

Similar to the implementation for x86/x86_64, this commit adds nightly-only support for zeroizing ARM64 SIMD registers.

Support is gated behind an aarch64 feature so as to avoid breaking compilation on stable Rust. The feature is a no-op on non-aarch64 targets.

@tarcieri
Copy link
Member Author

This is blocked on rust-lang/rust#95002

Similar to the implementation for `x86`/`x86_64`, this commit adds
nightly-only support for zeroizing ARM64 SIMD registers.

Support is gated behind an `aarch64` feature so as to avoid breaking
compilation on stable Rust. The feature is a no-op on non-`aarch64`
targets.
@tarcieri tarcieri force-pushed the zeroize/aarch64-simd-support branch from 42f3c52 to 29e4d86 Compare March 17, 2022 00:41
@tarcieri
Copy link
Member Author

Pinned to an earlier nightly. It's working for now.

@tarcieri tarcieri merged commit c717b30 into master Mar 17, 2022
@tarcieri tarcieri deleted the zeroize/aarch64-simd-support branch March 17, 2022 00:45
@tarcieri tarcieri mentioned this pull request Mar 17, 2022
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.

None yet

1 participant