Skip to content

Missing x86 vendor intrinsics (SSE2, SSE 4.1, AVX2) #1178

Open
@newpavlov

Description

@newpavlov

Previous issue: #40

AVX2

MMX

EDIT(@workingjubilee): Direct MMX support is no longer in scope for std::arch, see:

SSE

SSE2

SSE4.1

Personally I am interested only in _mm_stream_load_si128 and _mm256_stream_load_si256, but I think it's worth to properly track all unimplemented intrinsics. Some of those intrinsics (e.g. _mm_malloc and _mm_free) probably should not be exposed, but, in my opinion, motivation behind such decision should be explicitly recorded somewhere (ideally in comments of relevant source files).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions