Skip to content

_mm_storeu_si16 and _mm_storeu_si64 are missing but not documented as such #62743

Closed
@Lokathor

Description

@Lokathor

They're both missing from core::arch::x86 and core::arch::x86_64.

It might be fine in a sense that they're missing, since there's still also core::arch::x86_64::_mm_storeu_si128 which is basically the same thing, but either they should be added in for completeness or there should be documentation on the fact that they're deliberately missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-SIMDArea: SIMD (Single Instruction Multiple Data)O-x86_32Target: x86 processors, 32 bit (like i686-*) (IA-32)O-x86_64Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)T-libs-apiRelevant to the library API 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