Skip to content

Heads-up: -Csoft-float is a NOP on the targets you support (and will soon be deprecated) #11

Closed
@RalfJung

Description

@RalfJung

I stumbled upon this use of -Csoft-float:

RUSTFLAGS += -C soft-float # Disables requiring SSE etc

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions