Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add integer tof16 conversions#729

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
tgross35 wants to merge1 commit intorust-lang:master
base:master
Choose a base branch
Loading
fromtgross35:f16-int-conv

Conversation

tgross35
Copy link
Contributor

These are not present in LLVM'scompiler-rt but LLVM does emit them in some cases1.

@tgross35tgross35 marked this pull request as draftNovember 5, 2024 00:34
@tgross35tgross35force-pushed thef16-int-conv branch 3 times, most recently from7230b09 tod2d4f22CompareNovember 5, 2024 07:50
tgross35 added a commit to tgross35/compiler-builtins that referenced this pull requestNov 5, 2024
CI in [1] seems to indicate that there are cases where the `f16`infinite recursion bug ([2], [3]) can make its way into what gets calledduring tests, even though this doesn't seem to be the usual case. Inorder to make sure that we avoid these completely, just unset`f16_enabled` on any platforms that have the recursion problem.This also refactors the `match` statement to be more in line with`library/std/build.rs`.[1]:rust-lang#729[2]:llvm/llvm-project#97981[3]:rust-lang#651
@tgross35tgross35force-pushed thef16-int-conv branch 4 times, most recently from1a86a8d tof6a5429CompareNovember 5, 2024 09:07
@tgross35
Copy link
ContributorAuthor

Includes#730 since PPC crashes without it.

These are not present in LLVM's `compiler-rt` but LLVM does emit them insome cases [1].[1]:rust-lang/rust#132614 (comment)
tgross35 added a commit to tgross35/rust that referenced this pull requestJun 3, 2025
CI in [1] seems to indicate that there are cases where the `f16`infinite recursion bug ([2], [3]) can make its way into what gets calledduring tests, even though this doesn't seem to be the usual case. Inorder to make sure that we avoid these completely, just unset`f16_enabled` on any platforms that have the recursion problem.This also refactors the `match` statement to be more in line with`library/std/build.rs`.[1]:rust-lang/compiler-builtins#729[2]:llvm/llvm-project#97981[3]:rust-lang/compiler-builtins#651
tautschnig pushed a commit to model-checking/verify-rust-std that referenced this pull requestJun 17, 2025
CI in [1] seems to indicate that there are cases where the `f16`infinite recursion bug ([2], [3]) can make its way into what gets calledduring tests, even though this doesn't seem to be the usual case. Inorder to make sure that we avoid these completely, just unset`f16_enabled` on any platforms that have the recursion problem.This also refactors the `match` statement to be more in line with`library/std/build.rs`.[1]:rust-lang/compiler-builtins#729[2]:llvm/llvm-project#97981[3]:rust-lang/compiler-builtins#651
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@tgross35

[8]ページ先頭

©2009-2025 Movatter.jp