|
Line 0
Link Here
|
|
|
1 |
--- include/util.h.orig 2008-09-24 15:59:32.000000000 +0200 |
| 2 |
+++ include/util.h 2009-01-11 23:46:55.000000000 +0100 |
| 3 |
@@ -202,8 +202,18 @@ |
| 4 |
the only CPU that doesn't have these instructions is |
| 5 |
the classic Pentium */ |
| 6 |
|
| 7 |
+#if defined(CPU_GENERIC) || \ |
| 8 |
+ defined(CPU_PENTIUM2) || \ |
| 9 |
+ defined(CPU_ATHLON) || \ |
| 10 |
+ defined(CPU_PENTIUM3) || \ |
| 11 |
+ defined(CPU_ATHLON_XP) || \ |
| 12 |
+ defined(CPU_PENTIUM4) || \ |
| 13 |
+ defined(CPU_PENTIUM_M) || \ |
| 14 |
+ defined(CPU_CORE) || \ |
| 15 |
+ defined(CPU_OPTERON) |
| 16 |
#define HAS_CMOV |
| 17 |
#define HAS_MMX |
| 18 |
+#endif |
| 19 |
|
| 20 |
#if defined(CPU_GENERIC) |
| 21 |
#define MANUAL_PREFETCH |