_mm_sfence

Microsoft Specific

Guarantees that every preceding store is globally visible before any subsequent store.

void _mm_sfence(void);
SFENCE

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

Streaming SIMD Extensions that Support the Cache