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
A target -march which includes floating point instructions implies a hardfloat calling convention, but can be overridden using the -mabi flag (see the next section).
This is not implemented in GCC (I don't know how LLVM handles this).
Also, it is not clear why the march string should change the ABI.
The text was updated successfully, but these errors were encountered:
I don't know if I have implemented it correctly, so I think we can discuss here to figure out if this feature is needed and how to implement it (like -mabi=auto, multilib selection issue, etc.).
This ticket is derived from a comment in #18.
The document states the following:
This is not implemented in GCC (I don't know how LLVM handles this).
Also, it is not clear why the march string should change the ABI.
The text was updated successfully, but these errors were encountered: