24 #if !defined(__X86INTRIN_H) && !defined(_MM3DNOW_H_INCLUDED) 25 #error "Never use <prfchwintrin.h> directly; include <x86intrin.h> or <mm3dnow.h> instead." 28 #ifndef __PRFCHWINTRIN_H 29 #define __PRFCHWINTRIN_H 43 _m_prefetch(
void *__P)
45 __builtin_prefetch (__P, 0, 3 );
63 static __inline__
void __attribute__((__always_inline__, __nodebug__))
64 _m_prefetchw(
void *__P)
66 __builtin_prefetch (__P, 1, 3 );
static __inline__ void __attribute__((__always_inline__, __nodebug__)) _m_prefetch(void *__P)
Loads a memory sequence containing the specified memory address into all data cache levels...