summaryrefslogtreecommitdiff
path: root/cpuid_alpha.c
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-06-27 12:05:18 -0700
committerTimothy Gu <timothygu99@gmail.com>2014-06-27 12:05:18 -0700
commit6c2ead30f0526226d87c9287b956584f867dd2a5 (patch)
tree92772d55b77c27da41af68ac8d5ea98ee9b59baa /cpuid_alpha.c
parentd10db52edbbc49100c9c12567f5273b6da3e4722 (diff)
downloadopenblas-6c2ead30f0526226d87c9287b956584f867dd2a5.tar.gz
openblas-6c2ead30f0526226d87c9287b956584f867dd2a5.tar.bz2
openblas-6c2ead30f0526226d87c9287b956584f867dd2a5.zip
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'cpuid_alpha.c')
-rw-r--r--cpuid_alpha.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpuid_alpha.c b/cpuid_alpha.c
index adcc314c3..58dccdefc 100644
--- a/cpuid_alpha.c
+++ b/cpuid_alpha.c
@@ -50,7 +50,7 @@ int implver(void){
#endif
return arch;
}
-
+
void get_architecture(void){
printf("ALPHA");
}
@@ -67,7 +67,7 @@ void get_cpuconfig(void){
printf("#define EV%d\n", implver() + 4);
switch (implver()){
- case 0:
+ case 0:
printf("#define L1_DATA_SIZE 16384\n");
printf("#define L1_DATA_LINESIZE 32\n");
printf("#define L2_SIZE 2097152\n");
@@ -76,7 +76,7 @@ void get_cpuconfig(void){
printf("#define DTB_SIZE 8192\n");
break;
- case 1:
+ case 1:
printf("#define L1_DATA_SIZE 16384\n");
printf("#define L1_DATA_LINESIZE 32\n");
printf("#define L2_SIZE 2097152\n");
@@ -85,7 +85,7 @@ void get_cpuconfig(void){
printf("#define DTB_SIZE 8192\n");
break;
- case 2:
+ case 2:
printf("#define L1_DATA_SIZE 32768\n");
printf("#define L1_DATA_LINESIZE 64\n");
printf("#define L2_SIZE 4194304\n");