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

lib/arm/cpu_features: require gcc 7.1 for PMULL #378

Merged
merged 1 commit into from
Jul 3, 2024
Merged

lib/arm/cpu_features: require gcc 7.1 for PMULL #378

merged 1 commit into from
Jul 3, 2024

Conversation

ebiggers
Copy link
Owner

@ebiggers ebiggers commented Jul 3, 2024

vreinterpretq_u64_p128() is missing on aarch64 in gcc 6.

Resolves #377

vreinterpretq_u64_p128() is missing on aarch64 in gcc 6.

Resolves #377
@ebiggers ebiggers merged commit dc76454 into master Jul 3, 2024
52 checks passed
@ebiggers ebiggers deleted the dev branch July 3, 2024 20:59
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.

Compilation on aarch64-linux requires GCC 7.1
1 participant