Open
Description
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
Labels
No labels