_mm_maskmove_si64

Conditionally store 8-bit integer elements from a into memory using mask (elements are not stored when the highest bit is not set in the corresponding element) and a non-temporal memory hint.

nothrow @nogc @trusted
void
_mm_maskmove_si64
(
__m64 a
,
__m64 mask
,
char* mem_addr
)

Meta