Update sgemv_bench.c

This commit is contained in:
Martin Kroeker 2021-04-14 22:40:44 +02:00 committed by GitHub
parent 592a2b0329
commit e81c67a902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ free(data);
} }
for (int j = 0; j < 16; ++j) { for (int j = 0; j < 12; ++j) {
m = 16 << j; m = 16 << j;