prefetch on x86

This commit is contained in:
Vítor Santos Costa II 2010-04-16 12:12:25 +01:00
parent be91864c1e
commit 0e431dcf24

View File

@ -102,6 +102,7 @@ register struct yami* P1REG asm ("bp"); /* can't use yamop before Yap.h */
#define S_IN_MEM 1 #define S_IN_MEM 1
#define Y_IN_MEM 1 #define Y_IN_MEM 1
#define TR_IN_MEM 1 #define TR_IN_MEM 1
#define USE_PREFETCH 1
#endif /* __x86_64__ */ #endif /* __x86_64__ */
#else /* other compilers */ #else /* other compilers */