Skip to content

Reuse libm's Caat and CastFrom in compiler-builtins #925

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 29, 2025

Conversation

tgross35
Copy link
Contributor

No description provided.

@tgross35 tgross35 merged commit 6c5dd2d into rust-lang:master May 29, 2025
35 checks passed
@tgross35 tgross35 deleted the trait-cleanup-2 branch May 29, 2025 06:11
tgross35 added a commit to tgross35/rust that referenced this pull request May 30, 2025
Includes the following changes:

* Enable `__powitf2` on MSVC [1]
* Update `CmpResult` to use a pointer-sized return type [2]
* Better code reuse between `libm` and `compiler-builtins` [3], [4]
* Stop building C versions of `__netf2` [5] since we have our own
  implementation

[1]: rust-lang/compiler-builtins#918
[2]: rust-lang/compiler-builtins#920
[3]: rust-lang/compiler-builtins#879
[4]: rust-lang/compiler-builtins#925
[5]: rust-lang/compiler-builtins#828
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request May 31, 2025
Update `compiler-builtins` to 0.1.160

Includes the following changes:

* Enable `__powitf2` on MSVC [1]
* Update `CmpResult` to use a pointer-sized return type [2]
* Better code reuse between `libm` and `compiler-builtins` [3], [4]
* Stop building C versions of `__netf2` [5] since we have our own implementation

[1]: rust-lang/compiler-builtins#918
[2]: rust-lang/compiler-builtins#920
[3]: rust-lang/compiler-builtins#879
[4]: rust-lang/compiler-builtins#925
[5]: rust-lang/compiler-builtins#828
rust-timer added a commit to rust-lang/rust that referenced this pull request May 31, 2025
Rollup merge of #141805 - tgross35:update-builtins, r=tgross35

Update `compiler-builtins` to 0.1.160

Includes the following changes:

* Enable `__powitf2` on MSVC [1]
* Update `CmpResult` to use a pointer-sized return type [2]
* Better code reuse between `libm` and `compiler-builtins` [3], [4]
* Stop building C versions of `__netf2` [5] since we have our own implementation

[1]: rust-lang/compiler-builtins#918
[2]: rust-lang/compiler-builtins#920
[3]: rust-lang/compiler-builtins#879
[4]: rust-lang/compiler-builtins#925
[5]: rust-lang/compiler-builtins#828
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