summaryrefslogtreecommitdiff
path: root/math/atlas/files/patch-tune+sysinfo+L1CacheSize.c
blob: 2028b4ae92b8ece4f1fc6e85c168b126d9c72ca4 (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	Mon Dec 22 23:11:53 2003
+++ ../../L1CacheSize.c	Tue Jun 28 13:37:10 2005
@@ -31,7 +31,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#define REPS 4096
+#define REPS 12288
 
 #ifndef time00
    #define time00 ATL_cputime
@@ -134,7 +134,7 @@
 
 main(int nargs, char *args[])
 {
-   int L1Size, tmp, MaxSize=64, correct=1;
+   int L1Size, tmp, MaxSize=256, correct=1;
    FILE *L1f;
 
    if (nargs > 2)