From 61310a91847d93d26679be9667980eff03a1098f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 14 Oct 2020 23:08:28 +0200 Subject: [PATCH] Enable AVX 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 bf50ff3db6..6c8648f4c6 100644 --- a/libs/ardour/test/fpu_test.cc +++ b/libs/ardour/test/fpu_test.cc @@ -117,7 +117,7 @@ FPUTest::avxTest () mix_buffers_no_gain = x86_sse_avx_mix_buffers_no_gain; copy_vector = x86_sse_avx_copy_vector; - //run (); + run (); } void