Share via


_prefetch

This function loads the data cache from main memory, if possible.

void __cdecl __prefetch(
  void *
);

Parameters

  • *
    [in] Pointer to cache line.

Return Values

None.

Remarks

This function may do nothing if the requested functionality is not available on the target platform.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Cmnintrin.h.

See Also

Common Intrinsic Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.