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

__fci

Microsoft Specific

Emits the IPF fc.i instruction (Flush cache with instruction cache coherent).


void __fci(
   void * Address
);

Parameters

[in] Address

A pointer to the address to flush.

Intrinsic Architecture

__fci

IPF

Header file <intrin.h>

See the Intel IPF documentation for more information on the fc.i instruction.

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.