remove a warning.
This commit is contained in:
parent
af4ee51fa7
commit
a283551db0
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ int main(void)
|
||||||
float sumf = 0.0f;
|
float sumf = 0.0f;
|
||||||
for (int l = 0; l < 16; ++l) sumf += ((float *)&resNew1)[l];
|
for (int l = 0; l < 16; ++l) sumf += ((float *)&resNew1)[l];
|
||||||
|
|
||||||
printf("Got a res from a Q8 offset by %d: %f\n", ((int)q8ptr) & 0x3F, sumf);
|
printf("Got a res from a Q8 offset by %d: %f\n", ((uint64_t) q8ptr) & 0x3F, sumf);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue