summaryrefslogtreecommitdiff
path: root/math/atlas/files/patch-tune+sysinfo+L1CacheSize.c
blob: f93ac6da884f995bddb2a8459166fd0c656254f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- tune/sysinfo/L1CacheSize.c.orig	Tue Dec 19 06:48:02 2006
+++ tune/sysinfo/L1CacheSize.c	Wed Dec 27 12:43:59 2006
@@ -31,7 +31,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#define REPS 4096
+#define REPS 12288
 
 #ifndef time00
    #define time00 ATL_cputime
@@ -267,7 +267,7 @@
 
 main(int nargs, char *args[])
 {
-   int L1Size, MaxSize=64, correct=1;
+   int L1Size, MaxSize=256, correct=1;
    FILE *L1f;
 
    if (nargs > 2)