24 #if !defined _X86INTRIN_H_INCLUDED && !defined _MM3DNOW_H_INCLUDED
25 # error "Never use <prfchwintrin.h> directly; include <x86intrin.h> or <mm3dnow.h> instead."
29 #if !defined (__PRFCHW__) && !defined (__3dNOW__)
30 # error "PRFCHW instruction not enabled"
33 #ifndef _PRFCHWINTRIN_H_INCLUDED
34 #define _PRFCHWINTRIN_H_INCLUDED
36 extern __inline
void __attribute__((__gnu_inline__, __always_inline__, __artificial__))
37 _m_prefetchw (
void *
__P)
39 __builtin_prefetch (__P, 1, 3 );
__inline unsigned char unsigned int unsigned int unsigned int * __P
Definition: adxintrin.h:35
__inline void __attribute__((__gnu_inline__, __always_inline__, __artificial__)) _m_prefetchw(void *__P)
Definition: prfchwintrin.h:36