Skip to content
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

Remove soft-float flag #120

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Remove soft-float flag #120

merged 1 commit into from
Nov 14, 2024

Conversation

crawfxrd
Copy link
Member

@crawfxrd crawfxrd commented Nov 13, 2024

-Csoft-float is deprecated. Soft float is enabled by the target spec.

$ rustc -Z unstable-options --target=x86_64-unknown-uefi --print target-spec-json | grep features
"features": "-mmx,-sse,+soft-float",

Ref: rust-lang/rust#129893
Resolves: #119

@crawfxrd crawfxrd requested a review from jackpot51 November 13, 2024 13:48
`-Csoft-float` is deprecated. Soft float is enabled by the target spec.

    $ rustc -Z unstable-options --target=x86_64-unknown-uefi --print target-spec-json | grep features
    "features": "-mmx,-sse,+soft-float",

Ref: rust-lang/rust#129893
Signed-off-by: Tim Crawford <[email protected]>
@jackpot51 jackpot51 requested a review from a team November 13, 2024 23:05
@crawfxrd crawfxrd merged commit 70cd13e into master Nov 14, 2024
2 checks passed
@crawfxrd crawfxrd deleted the soft-float branch November 14, 2024 22:40
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.

Heads-up: -Csoft-float is deprecated
3 participants