LDPC: fix AVX tests compilation

This commit is contained in:
Xavier Arteaga 2020-11-18 17:56:22 +01:00 committed by Andre Puschmann
parent a908fb6c5b
commit 6fb56a3c62
2 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ int main(int argc, char** argv)
int n_error_words_c = 0;
int n_error_words_c_flood = 0;
#ifdef LV_HAVE_AVX
#ifdef LV_HAVE_AVX2
double elapsed_time_dec_avx = 0;
double elapsed_time_dec_avx_flood = 0;
int n_error_words_avx = 0;

View File

@ -323,7 +323,7 @@ int main(int argc, char** argv)
int n_error_words_c = 0;
int n_error_words_c_flood = 0;
#ifdef LV_HAVE_AVX
#ifdef LV_HAVE_AVX2
double elapsed_time_dec_avx = 0;
double elapsed_time_dec_avx_flood = 0;
int n_error_words_avx = 0;