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

disable long double on aarch64-darwin #270

Merged
merged 1 commit into from
Mar 18, 2024
Merged

disable long double on aarch64-darwin #270

merged 1 commit into from
Mar 18, 2024

Conversation

Feyorsh
Copy link
Contributor

@Feyorsh Feyorsh commented Mar 17, 2024

Fixes #269.

This problem doesn't affect x86_64-darwin, hence why platform is pulled in to specifically check if we're on ARM.

Apple Silicon does not have support for long doubles, so they need to
be disabled.
@malb malb merged commit f65a031 into fplll:master Mar 18, 2024
37 checks passed
@malb
Copy link
Collaborator

malb commented Mar 18, 2024

Thank you

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.

Long Double causing test failures on aarch64-darwin
2 participants