We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0347d99 commit 72c8721Copy full SHA for 72c8721
src/macros.rs
@@ -266,6 +266,7 @@ macro_rules! intrinsics {
266
#[cfg(target_arch = "arm")]
267
pub mod $alias {
268
#[cfg_attr(not(feature = "mangled-names"), no_mangle)]
269
+ #[cfg_attr(all(not(windows), not(target_vendor="apple")), linkage = "weak")]
270
pub extern "aapcs" fn $alias( $($argname: $ty),* ) $(-> $ret)? {
271
super::$name($($argname),*)
272
}
0 commit comments