File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,19 +145,19 @@ set(XSIMD_TESTS
145145 test_complex_hyperbolic.cpp
146146 test_complex_power.cpp
147147 test_complex_trigonometric.cpp
148- # test_conversion.cpp
148+ test_conversion.cpp
149149 test_custom_default_arch.cpp
150150 test_error_gamma.cpp
151151 test_explicit_batch_instantiation.cpp
152152 test_exponential.cpp
153153 test_extract_pair.cpp
154- # test_fp_manipulation.cpp
154+ test_fp_manipulation.cpp
155155 test_hyperbolic.cpp
156156 test_load_store.cpp
157157 test_memory.cpp
158158 test_poly_evaluation.cpp
159159 test_power.cpp
160- # test_rounding.cpp
160+ test_rounding.cpp
161161 # test_select.cpp
162162 # test_shuffle.cpp
163163 test_sum.cpp
Original file line number Diff line number Diff line change 1414
1515#include " test_utils.hpp"
1616
17- #if !XSIMD_WITH_NEON || XSIMD_WITH_NEON64
17+ #if ( !XSIMD_WITH_NEON && !XSIMD_WITH_ALTIVEC) || XSIMD_WITH_NEON64
1818template <class CP >
1919struct conversion_test
2020{
You can’t perform that action at this time.
0 commit comments