From f937973f55501c50b79facdad7c45c7a9bf5d157 Mon Sep 17 00:00:00 2001 From: Ben Cumming <louncharf@gmail.com> Date: Wed, 20 Sep 2017 13:07:22 +0200 Subject: [PATCH] Remove intrinsics unit test that does not compile (#352) The unit test for AVX2 intrinsics does not compile with gcc. This is a quick fix to get master to compile, while the test is fixed. --- tests/unit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index 316e6909..4216a5c6 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -47,7 +47,7 @@ set(TEST_SOURCES test_event_binner.cpp test_filter.cpp test_fvm_multi.cpp - test_intrin.cpp + #test_intrin.cpp test_mc_cell_group.cpp test_lexcmp.cpp test_mask_stream.cpp -- GitLab