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
I'm not exactly sure about the specifics of this issue but based on rust-lang/compiler-rt#26 (comment)
I think the __aeabi aliases should use the AAPCS calling convention. extern "aapcs" fn seems to work. If the functions that are being aliased don't also use extern "aapcs" there may be some shuffling around of registers which may hamper inlining.