From 8de420aab95d04943689993c3d313e8fe461d6db Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 17 Oct 2020 18:18:22 +0200 Subject: [PATCH] Enable AVX FPU unit-tests --- libs/ardour/test/fpu_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/test/fpu_test.cc b/libs/ardour/test/fpu_test.cc index 50baba744a..23f224cbc3 100644 --- a/libs/ardour/test/fpu_test.cc +++ b/libs/ardour/test/fpu_test.cc @@ -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