Browse Source
Merge pull request #2405 from susilehtola/patch-1
Fix typo in dynamic_zarch.c
tags/v0.3.9
Martin Kroeker
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
driver/others/dynamic_zarch.c
|
|
@@ -31,7 +31,7 @@ char* gotoblas_corename(void) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// __builtin_cpu_is is not supported by zarch |
|
|
// __builtin_cpu_is is not supported by zarch |
|
|
static gotolabs_t* get_coretype(void) { |
|
|
|
|
|
|
|
|
static gotoblas_t* get_coretype(void) { |
|
|
FILE* infile; |
|
|
FILE* infile; |
|
|
char buffer[512], * p; |
|
|
char buffer[512], * p; |
|
|
|
|
|
|
|
|
|