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

FLINT 3 #319

Merged
merged 12 commits into from
Dec 4, 2024
Merged

FLINT 3 #319

merged 12 commits into from
Dec 4, 2024

Conversation

bluescarni
Copy link
Owner

No description provided.

…SVC/MinGW environments.

The issue arises with the conda packages for MPFR/MPC, which have been compiled with
80-bit long double support. When we compile mp++ with MSVC, we have ABI issues because
MSVC uses 64-bit long double. We work around the problem by avoiding altogether the use
of long double APIs in MPFR/MPC, exploiting the fact that in MSVC double == long double.
@bluescarni bluescarni merged commit 588b96a into master Dec 4, 2024
1 of 7 checks passed
@bluescarni bluescarni deleted the pr/new_flint branch December 4, 2024 09:17
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.

1 participant