Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2010
Visual Studio
Visual C++
C/C++ Languages
Compiler Intrinsics
 __fci
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
Visual Studio 2010 - Visual C++
__fci

Microsoft Specific

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

void __fci(
   void * Address
);
[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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker