stdarch icon indicating copy to clipboard operation
stdarch copied to clipboard

Mark the neon intrinsics as inline(always).

Open JamieCunliffe opened this issue 2 weeks ago • 2 comments

Mark the neon intrinics as inline(always) now that we can apply the attribute at the call site and perform the checks to ensure that inlining would be correct. See tracking issue rust-lang/rust#145574 for more info.

This will trigger some warnings on code that is using intrinsics without having enabled the correct target feature in the function they are being called from.

JamieCunliffe avatar Dec 10 '25 11:12 JamieCunliffe