Closed
Description
Nontemporal store instructions (like movntpd
in AVX, associated with intrinsics like _mm256_stream_pd
), which allow writes to bypass cache, offer an important boost for some memory bandwidth-limited operations. They typically have alignment requirements. It would be useful if such memory semantics could be exposed through stdsimd.
Metadata
Metadata
Assignees
Labels
No labels