-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update compiler-builtins to 0.1.130 #130792
Conversation
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
This comment has been minimized.
This comment has been minimized.
Ah I guess we don't have |
☔ The latest upstream changes (presumably #130919) made this pull request unmergeable. Please resolve the merge conflicts. |
4ea54fc
to
134d5a1
Compare
@bors r+ |
@bors r- There are a couple other small additions coming, we might as well update at once. |
134d5a1
to
15efdb5
Compare
This includes the following which add `__divtf3` and `__powtf2`, and do some feature cleanup: - rust-lang/compiler-builtins#622 - rust-lang/compiler-builtins#692 - rust-lang/compiler-builtins#614 - rust-lang/compiler-builtins#694 The `cc` bump [1] was previously included but was reverted due to problems updating. [1]: rust-lang/compiler-builtins#690
Amanieu approved rust-lang/compiler-builtins#614 and rust-lang/compiler-builtins#694 in the builtins repo. @bors r=Amanieu |
15efdb5
to
fd36e8b
Compare
@bors r=Amanieu |
☀️ Test successful - checks-actions |
Finished benchmarking commit (a1fd235): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)Results (primary -1.4%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (secondary -1.9%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 768.814s -> 769.092s (0.04%) |
This includes the following which add
__divtf3
and__powtf2
, and do some feature cleanup:__divtf3
compiler-builtins#622__divtf3
having wrong cfg for f128 compiler-builtins#692__powitf2
symbol forf128
integer exponentiation compiler-builtins#614The
cc
bump 1 was previously included but was reverted due to problems updating.r? @Amanieu