added test for msg len 2

This commit is contained in:
Ahmet Inan 2020-06-01 09:31:42 +02:00
commit 2adfe54c76

View file

@ -24,6 +24,11 @@ int popcnt(TYPE x)
return cnt;
}
#if 0
const int LOOPS = 80000;
const float QEF_SNR = 7.0;
const int DATA_LEN = 2;
#endif
#if 0
const int LOOPS = 40000;
const float QEF_SNR = 4.5;