-
Notifications
You must be signed in to change notification settings - Fork 212
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
ARM Thumb targets need fmax*/fmin* intrinsics #354
Comments
jordens
added a commit
to jordens/compiler-builtins
that referenced
this issue
Oct 24, 2020
These are exposed in core::f32 close rust-lang#354 c.f. rust-lang/rust#62729 Patch from @whitequark (https://paste.debian.net/1168430/)
alexcrichton
pushed a commit
that referenced
this issue
Oct 26, 2020
These are exposed in core::f32 close #354 c.f. rust-lang/rust#62729 Patch from @whitequark (https://paste.debian.net/1168430/)
AaronKutch
pushed a commit
to AaronKutch/compiler-builtins
that referenced
this issue
Nov 28, 2020
These are exposed in core::f32 close rust-lang#354 c.f. rust-lang/rust#62729 Patch from @whitequark (https://paste.debian.net/1168430/)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
core::f32
andcore::f64
exposemax
andmin
, but these use thefmax*
/fmin*
intrinsics, which aren't exposed for the Thumb targetscompiler-builtins/src/math.rs
Lines 92 to 99 in cde22bc
https://rust.godbolt.org/z/B4tB6w
The text was updated successfully, but these errors were encountered: