Blame SOURCES/atlas-throttling.patch

a5a71c
diff -up ATLAS/CONFIG/src/config.c.zaloha ATLAS/CONFIG/src/config.c
a5a71c
--- ATLAS/CONFIG/src/config.c.zaloha	2012-10-25 11:29:02.495425989 +0200
a5a71c
+++ ATLAS/CONFIG/src/config.c	2012-10-25 11:42:10.218216957 +0200
a5a71c
@@ -711,6 +711,8 @@ int ProbePtrbits(int verb, char *targarg
a5a71c
 
a5a71c
 int ProbeCPUThrottle(int verb, char *targarg, enum OSTYPE OS, enum ASMDIA asmb)
a5a71c
 {
a5a71c
+   return 0; /* impossible to turn off cpu throttling => ignore */
a5a71c
+             /* this undermines performance of compiled library */
a5a71c
    int i, iret;
a5a71c
    char *ln;
a5a71c
    i = strlen(targarg) + 22 + 12;