be more specific about the length of our list of run amounts.

This commit is contained in:
Julia Longtin 2024-03-21 20:38:49 +00:00
parent a48d3b96d7
commit c9730c0e04

View file

@ -17,7 +17,7 @@ int main(void)
double scalar_time;
float scalar = 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)
{