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

Make the type used for the "hidden" string length argument configurable (adapted from Reference-LAPACK PR 1025) #4846

Merged
merged 4 commits into from
Aug 6, 2024

Conversation

martin-frbg
Copy link
Collaborator

Older versions of gfortran (GCC < 8) used int instead of size_t for the hidden string length arguments appended for the char arguments in mixed-language programming, some other compilers may still do, while most use size_t (which has been the default since Reference-LAPACK exposed the hidden arguments in the LAPACKE API in 3.10.0)

@martin-frbg martin-frbg added this to the 0.3.28 milestone Aug 6, 2024
@martin-frbg martin-frbg merged commit 3b8d7df into OpenMathLib:develop Aug 6, 2024
77 of 78 checks passed
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