diff options
Diffstat (limited to 'math/msieve/files/patch-include_util.h')
-rw-r--r-- | math/msieve/files/patch-include_util.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/math/msieve/files/patch-include_util.h b/math/msieve/files/patch-include_util.h deleted file mode 100644 index 5659e8fd5a18..000000000000 --- a/math/msieve/files/patch-include_util.h +++ /dev/null @@ -1,21 +0,0 @@ ---- include/util.h.orig 2008-09-24 15:59:32.000000000 +0200 -+++ include/util.h 2009-01-11 23:46:55.000000000 +0100 -@@ -202,8 +202,18 @@ - the only CPU that doesn't have these instructions is - the classic Pentium */ - -+#if defined(CPU_GENERIC) || \ -+ defined(CPU_PENTIUM2) || \ -+ defined(CPU_PENTIUM3) || \ -+ defined(CPU_PENTIUM4) || \ -+ defined(CPU_PENTIUM_M) || \ -+ defined(CPU_CORE) || \ -+ defined(CPU_ATHLON) || \ -+ defined(CPU_ATHLON_XP) || \ -+ defined(CPU_OPTERON) - #define HAS_CMOV - #define HAS_MMX -+#endif - - #if defined(CPU_GENERIC) - #define MANUAL_PREFETCH |