summaryrefslogtreecommitdiff
path: root/getarch_2nd.c
diff options
context:
space:
mode:
Diffstat (limited to 'getarch_2nd.c')
-rw-r--r--getarch_2nd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getarch_2nd.c b/getarch_2nd.c
index fc800cfac..0b140bba4 100644
--- a/getarch_2nd.c
+++ b/getarch_2nd.c
@@ -8,7 +8,7 @@
int main(int argc, char **argv) {
- if ( (argc <= 1) || (argc >= 2) && (*argv[1] == '0')) {
+ if ( (argc <= 1) || ((argc >= 2) && (*argv[1] == '0'))) {
printf("SGEMM_UNROLL_M=%d\n", SGEMM_DEFAULT_UNROLL_M);
printf("SGEMM_UNROLL_N=%d\n", SGEMM_DEFAULT_UNROLL_N);
printf("DGEMM_UNROLL_M=%d\n", DGEMM_DEFAULT_UNROLL_M);