_m_prefetchÂ
Microsoft Specific
Loads a 32-byte cache line into L1 data cache and sets the cache line state to exclusive.
void _m_prefetch( void* p );
Remarks
If the line is already in the cache or if a memory fault is detected, then the intrinsic function has no effect. The variable p
specifies the address of the cache line to be loaded.
Requirements
Header: mm3dnow.h
END Microsoft Specific