Skip to content

Rewire MMX intrinsics to SSE2 instructions #58168

Closed
@the8472

Description

@the8472

GCC just implemented rewiring the MMX intrinsics to 8byte SSE2 equivalents. Rust could do the same to avoid emitting MMX instructions and the associated pitfalls such as #57831 while still offering __m64 vector types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-SIMDArea: SIMD (Single Instruction Multiple Data)C-feature-requestCategory: A feature request, i.e: not implemented / a PR.O-x86_32Target: x86 processors, 32 bit (like i686-*) (IA-32)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions