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

chacha20: remove chacha20_force_neon cfg attribute #361

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

tarcieri
Copy link
Member

Enables this functionality by default on aarch64 targets, all of which have NEON by definition.

The reason it was previously gated like this was because it required what was previously nightly-only functionality, however such functionality has since been stabilized.

Enables this functionality by default on `aarch64` targets, all of which
have NEON by definition.

The reason it was previously gated like this was because it required
what was previously nightly-only functionality, however such
functionality has since been stabilized.
Copy link
Member

@newpavlov newpavlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tarcieri tarcieri merged commit 299b27d into master Jun 17, 2024
27 checks passed
@tarcieri tarcieri deleted the chacha20/remove-force-neon-cfg branch June 17, 2024 17:38
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.

2 participants