Expand Minimize
This topic has not yet been rated - Rate this topic

__faststorefence

Microsoft Specific

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


void __faststorefence();
Intrinsic Architecture

__faststorefence

x64

Header file <intrin.h>

On the x64 platform, this routine generates an instruction that is a faster store fence than the sfence instruction. Use this intrinsic instead of _mm_sfence on the x64 platform.

This routine is only available as an intrinsic.

END Microsoft Specific

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.