Share via


__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.

Requirements

Intrinsic Architecture

__fci

IPF

Header file <intrin.h>

Remarks

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

This routine is only available as an intrinsic.

END Microsoft Specific

See Also

Reference

Compiler Intrinsics