fix typo.
This commit is contained in:
parent
84093a6be6
commit
e99f3a9bf4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue