Closed
Description
I stumbled upon this use of -Csoft-float
:
Line 92 in dd31d84
This flag is a NOP on all targets except for 32bit ARM *hf
targets. Given that the docs say "the current version is x86_64/amd64", it should be the case that this flag can be removed without any change in behavior. In particular, to my knowledge the comment indicating that this avoids the use of SSE on x86 targets is incorrect. See rust-lang/rust#129893 for more context.
Metadata
Metadata
Assignees
Labels
No labels