_mm_sfence
Microsoft Specific
Guarantees that every preceding store is globally visible before any subsequent store.
void _mm_sfence(void);
SFENCE
Return Value
Requirements
Header: mmintrin.h
END Microsoft Specific
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Microsoft Specific
Guarantees that every preceding store is globally visible before any subsequent store.
void _mm_sfence(void);
SFENCE
Header: mmintrin.h
END Microsoft Specific