be more specific about the length of our list of run amounts.
This commit is contained in:
parent
0979522fbe
commit
9185e14922
|
|
@ -17,7 +17,7 @@ int main(void)
|
||||||
double scalar_time;
|
double scalar_time;
|
||||||
float scalar = 0.0f;
|
float scalar = 0.0f;
|
||||||
float vector = 0.0f;
|
float vector = 0.0f;
|
||||||
int vecRuns[] = {10, 16, 17, 32, 33, 48, 49, 64, 65, 80, 81, 1024768};
|
int vecRuns[RUNSTOTAL] = {10, 16, 17, 32, 33, 48, 49, 64, 65, 80, 81, 1024768};
|
||||||
|
|
||||||
for (uint32_t runCount = 0; runCount < RUNTOTAL; ++runCount)
|
for (uint32_t runCount = 0; runCount < RUNTOTAL; ++runCount)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue