fix typo.

This commit is contained in:
Julia Longtin 2024-03-23 16:29:30 +00:00
parent 84093a6be6
commit e99f3a9bf4

View file

@ -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[RUNSTOTAL] = {10, 16, 17, 32, 33, 48, 49, 64, 65, 80, 81, 1024768}; int vecRuns[RUNTOTAL] = {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)
{ {