mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-08-27 01:41:22 -04:00
8fcb3c266b
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