Skip to content

Update compiler-builtins to 0.1.157 #140648

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

Merged
merged 1 commit into from
May 5, 2025
Merged

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented May 4, 2025

Includes the following changes:

  • Use runtime feature detection for fma routines on x86 1

Fixes: #140452

r? @ghost

Includes the following changes:

* Use runtime feature detection for fma routines on x86 [1]

Fixes: rust-lang#140452

[1]: rust-lang/compiler-builtins#896
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels May 4, 2025
@rustbot
Copy link
Collaborator

rustbot commented May 4, 2025

These commits modify the library/Cargo.lock file. Unintentional changes to library/Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

@tgross35
Copy link
Contributor Author

tgross35 commented May 5, 2025

@bors r+

@bors
Copy link
Collaborator

bors commented May 5, 2025

📌 Commit 435fc7d has been approved by tgross35

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 5, 2025
bors added a commit to rust-lang-ci/rust that referenced this pull request May 5, 2025
Rollup of 4 pull requests

Successful merges:

 - rust-lang#135734 (Correct `extract_if` sample equivalent.)
 - rust-lang#140307 (Refactor rustc_on_unimplemented's filter parser)
 - rust-lang#140644 (Revert "Avoid unused clones in Cloned<I> and Copied<I>")
 - rust-lang#140648 (Update `compiler-builtins` to 0.1.157)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 512dab0 into rust-lang:master May 5, 2025
6 checks passed
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request May 5, 2025
Rollup merge of rust-lang#140648 - tgross35:update-builtins, r=tgross35

Update `compiler-builtins` to 0.1.157

Includes the following changes:

* Use runtime feature detection for fma routines on x86 [1]

Fixes: rust-lang#140452

[1]: rust-lang/compiler-builtins#896
@rustbot rustbot added this to the 1.88.0 milestone May 5, 2025
@tgross35 tgross35 deleted the update-builtins branch May 6, 2025 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

significant mul_add perf regression since nightly-2025-03-06
3 participants