_m_empty

Empty the MMX state, which marks the x87 FPU registers as available for use by x87 instructions. This instruction is supposed to be used at the end of all MMX technology procedures. This is useless when using intel-intrinsics, at least with LDC and DMD.

nothrow @nogc
alias _m_empty = _mm_empty

Meta