From 5ad746d7f3d07f094ba35ecde7adb99143cca452 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Wed, 17 Apr 2024 08:46:10 +0200 Subject: [PATCH] WIP --- test/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e5b7a540b..0f919e13b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -148,13 +148,13 @@ set(XSIMD_TESTS test_extract_pair.cpp test_fp_manipulation.cpp test_hyperbolic.cpp - test_load_store.cpp - test_memory.cpp - test_poly_evaluation.cpp - test_power.cpp - test_rounding.cpp - test_select.cpp - test_shuffle.cpp + #test_load_store.cpp + #test_memory.cpp + #test_poly_evaluation.cpp + #test_power.cpp + #test_rounding.cpp + #test_select.cpp + #test_shuffle.cpp test_sum.cpp test_traits.cpp test_trigonometric.cpp