mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
6b06fdfcd4
Mark wrapped intrinsics as inline(always) This should mitigate having the inliner decide not to inline when the architecture is lacking an implementation of TargetTransformInfo::areInlineCompatible aware of the target features (e.g. PowerPC as today). See https://github.com/rust-lang/stdarch/pull/1443#issuecomment-1613788080