Skip to content

Enable __powitf2 on MSVC #918

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 21, 2025
Merged

Conversation

beetrees
Copy link
Contributor

__divtf3 is now available on nightly, so CI should pass.

Copy link
Contributor

@tgross35 tgross35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I’ve been meaning to clean this up but never remembered at the right time.

@tgross35 tgross35 enabled auto-merge (rebase) May 21, 2025 17:14
@tgross35 tgross35 merged commit da5f72d into rust-lang:master May 21, 2025
35 checks passed
@beetrees beetrees deleted the msvc-powitf2 branch May 21, 2025 17:56
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
github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request Jun 3, 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
github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request Jun 3, 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
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.

2 participants