You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ViralBShah
changed the title
Having _64 suffixes for the ILP64 version
How to mangle symbols to have _64 suffixes for the ILP64 version of LAPACK?
Apr 20, 2023
In Julia, we use
_64
suffixes for the ILP64 versions of BLAS and LAPACK so that the LP64 and ILP64 libraries can be used in the same process. While we can use-DBUILD_INDEX64
with cmake to get the ILP64 version of LAPACK, we are not sure how best to mangle the symbol names to have the_64
suffixes. We use an ugly hack right now (see: https://github.com/JuliaPackaging/Yggdrasil/blob/d3913829c7ecb0e309b48065cd1ebe544c6e1bb5/L/LAPACK/common.jl#L27).I was wondering if there is a better way to do this.
Thank you.
cc @amontoison
The text was updated successfully, but these errors were encountered: