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

sha2: use stabilized core::arch::aarch64 intrinsics #570

Closed
wants to merge 1 commit into from

Conversation

tarcieri
Copy link
Member

We were previously using inline assembly to "emulate" these intrinsics since the ones in core::arch had not yet been stabilized.

Given the new 1.72 MSRV, we should now be able to use the intrinsics.

We were previously using inline assembly to "emulate" these intrinsics
since the ones in `core::arch` had not yet been stabilized.

Given the new 1.72 MSRV, we should now be able to use the intrinsics.
@tarcieri tarcieri force-pushed the sha2/use-stable-aarch64-intrinsics branch from e2c3ccc to 9b624d6 Compare March 12, 2024 15:22
@tarcieri
Copy link
Member Author

My bad, I guess these aren't stabilized yet

@tarcieri tarcieri closed this Mar 12, 2024
@tarcieri tarcieri deleted the sha2/use-stable-aarch64-intrinsics branch March 12, 2024 15:25
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