-
Notifications
You must be signed in to change notification settings - Fork 229
Undefined floating point symbols on x86_64-unknown-none
#509
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
Comments
This was referenced Dec 7, 2022
Amanieu
added a commit
that referenced
this issue
Dec 8, 2022
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Dec 10, 2022
…, r=Mark-Simulacrum Bump compiler-builtins to 0.1.85 This makes minimal floating point symbols available on `x86_64-unknown-none`. See rust-lang/compiler-builtins#509 and rust-lang/compiler-builtins#510.
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Dec 10, 2022
…, r=Mark-Simulacrum Bump compiler-builtins to 0.1.85 This makes minimal floating point symbols available on `x86_64-unknown-none`. See rust-lang/compiler-builtins#509 and rust-lang/compiler-builtins#510.
thomcc
pushed a commit
to tcdi/postgrestd
that referenced
this issue
May 31, 2023
…Simulacrum Bump compiler-builtins to 0.1.85 This makes minimal floating point symbols available on `x86_64-unknown-none`. See rust-lang/compiler-builtins#509 and rust-lang/compiler-builtins#510.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following symbols are not available on
x86_64-unknown-none
:fmin
fminf
fmax
fmaxf
fmod
fmodf
Reproduction:
CC: @haraldh, @mikeleany (
x86_64-unknown-none
target maintainers)The text was updated successfully, but these errors were encountered: