Update sgemv_bench.c
This commit is contained in:
parent
592a2b0329
commit
e81c67a902
|
@ -125,7 +125,7 @@ free(data);
|
|||
}
|
||||
|
||||
|
||||
for (int j = 0; j < 16; ++j) {
|
||||
for (int j = 0; j < 12; ++j) {
|
||||
|
||||
m = 16 << j;
|
||||
|
||||
|
|
Loading…
Reference in New Issue