_prefetch (Windows CE 5.0)
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 might do nothing if the requested functionality is not available on the target hardware platform.
Requirements
Header: Cmnintrin.h.
Send Feedback on this topic to the authors