Enable AVX FPU unit-tests

This commit is contained in:
Robin Gareus 2020-10-17 18:18:22 +02:00
parent 01c278a00c
commit 8de420aab9
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -122,7 +122,7 @@ FPUTest::avxTest ()
mix_buffers_no_gain = x86_sse_avx_mix_buffers_no_gain;
copy_vector = x86_sse_avx_copy_vector;
run (/*align_max*/ 0); // XXX work-around segfalt in x86_sse_avx_apply_gain_to_buffer
run (align_max);
}
void