-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
f128 does not link on (aarch64-unknown)-linux-musl targets #144423
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.F-f16_and_f128`#![feature(f16)]`, `#![feature(f128)]``#![feature(f16)]`, `#![feature(f128)]`O-aarch64-unknown-linux-muslTarget: aarch64-unknown-linux-muslTarget: aarch64-unknown-linux-muslT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.F-f16_and_f128`#![feature(f16)]`, `#![feature(f128)]``#![feature(f16)]`, `#![feature(f128)]`O-aarch64-unknown-linux-muslTarget: aarch64-unknown-linux-muslTarget: aarch64-unknown-linux-muslT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried to compile the std test on
aarch64-unknown-linux-musl. The linking fails with:Musl does not have any
f128builtins and I think that it is safe to disabletarget_has_reliable_f128_mathfor*-musltargets for now.Meta
rustc built from 5d22242 (
./x.py test) with a few patches from @Gelbpunktoutline-atomicsforaarch64-unknown-linux-muslcrt-staticin the bootstrap.toml