mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Increased LOOP to 100
This commit is contained in:
parent
a7dc532df0
commit
7e6031b151
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ void init(s16 *dst, s32 *sum, int size)
|
|||
int main(int argc, char **argv)
|
||||
{
|
||||
int size = 2048, n = 4, max = 32267;
|
||||
int LOOP = 30;
|
||||
int LOOP = 100;
|
||||
int i, t;
|
||||
unsigned long long begin, end, diff, diff0, diff1, diff1_mmx, diff2;
|
||||
double cpu_clock = detect_cpu_clock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue