Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libstd: Resume inlining floating intrinsics #9479

Closed

Conversation

alexcrichton
Copy link
Member

They were accidentally marked as #[inline] #[inline(never)] which ended up never
inlining them. This change actually resumes inlining them in the sense that LLVM
sees the intrinsic as directly called.

They were accidentally marked as #[inline] #[inline(never)] which ended up never
inlining them. This change actually resumes inlining them in the sense that LLVM
sees the intrinsic as directly called.
@alexcrichton
Copy link
Member Author

Hmm, perhaps this just needs more discussion about our stack strategy...

flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 6, 2022
[`manual_assert`]: Preserve comments in the suggestion

close rust-lang/rust-clippy#7730

changelog: [`manual_assert`]: Preserve comments in the suggestion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant