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
It would be great to have a way to be able to forward enabled Rust target features down to the C and C++ compilers, mapping the Rust names to the C / C++ compiler names depending on the compiler being used (for clang and gcc these names should be identical to the Rust ones most of the time).
The same applies to the target CPU where different compilers use -mcpu/-march/... to set it.
The text was updated successfully, but these errors were encountered:
It would be great to have a way to be able to forward enabled Rust target features down to the C and C++ compilers, mapping the Rust names to the C / C++ compiler names depending on the compiler being used (for clang and gcc these names should be identical to the Rust ones most of the time).
The same applies to the target CPU where different compilers use
-mcpu
/-march
/... to set it.The text was updated successfully, but these errors were encountered: