Skip to content

Clean 3dnow (LLVM 19, Rust 1.82.0) #1094

@ojeda

Description

@ojeda
Member

Clean:

'-3dnow' is not a recognized feature for this target (ignoring feature)
'-3dnowa' is not a recognized feature for this target (ignoring feature)

since Rust 1.82.0 due to llvm/llvm-project#96246 in LLVM 19 (upgrade: rust-lang/rust#127513; cleanup on Rust side of their target feature in Rust 1.81.0: rust-lang/rust#127864).

Probably to be done conditionally with the upcoming RUSTC_VERSION support (or just removing it, since LLVM should not be generating the instructions anyway: rust-lang/rust#127864 (comment)).

Thanks @nikic for the ping!

Activity

added
• toolchainRelated to `rustc`, `bindgen`, `rustdoc`, LLVM, Clippy...
on Aug 5, 2024
changed the title [-]Clean 3dnow (Rust 1.81.0)[/-] [+]Clean 3dnow (LLVM 19, Rust 1.82.0)[/+] on Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    • toolchainRelated to `rustc`, `bindgen`, `rustdoc`, LLVM, Clippy...

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ojeda

        Issue actions

          Clean 3dnow (LLVM 19, Rust 1.82.0) · Issue #1094 · Rust-for-Linux/linux