File tree Expand file tree Collapse file tree 1 file changed +36
-36
lines changed
Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Original file line number Diff line number Diff line change @@ -127,42 +127,42 @@ endif()
127127
128128set (XSIMD_TESTS
129129 main.cpp
130- test_api.cpp
131- test_arch.cpp
132- test_basic_math.cpp
133- test_batch.cpp
134- test_batch_bool.cpp
135- test_batch_cast.cpp
136- test_batch_complex.cpp
137- test_batch_float.cpp
138- test_batch_int.cpp
139- test_bitwise_cast.cpp
140- test_batch_constant.cpp
141- test_batch_manip.cpp
142- test_complex_exponential.cpp
143- test_complex_hyperbolic.cpp
144- test_complex_power.cpp
145- test_complex_trigonometric.cpp
146- test_conversion.cpp
147- test_custom_default_arch.cpp
148- test_error_gamma.cpp
149- test_explicit_batch_instantiation.cpp
150- test_exponential.cpp
151- test_extract_pair.cpp
152- test_fp_manipulation.cpp
153- test_hyperbolic.cpp
154- test_load_store.cpp
155- test_memory.cpp
156- test_poly_evaluation.cpp
157- test_power.cpp
158- test_rounding.cpp
159- test_select.cpp
160- test_shuffle.cpp
161- test_sum.cpp
162- test_traits.cpp
163- test_trigonometric.cpp
164- test_xsimd_api.cpp
165- test_utils.hpp
130+ # test_api.cpp
131+ # test_arch.cpp
132+ # test_basic_math.cpp
133+ # test_batch.cpp
134+ # test_batch_bool.cpp
135+ # test_batch_cast.cpp
136+ # test_batch_complex.cpp
137+ # test_batch_float.cpp
138+ # test_batch_int.cpp
139+ # test_bitwise_cast.cpp
140+ # test_batch_constant.cpp
141+ # test_batch_manip.cpp
142+ # test_complex_exponential.cpp
143+ # test_complex_hyperbolic.cpp
144+ # test_complex_power.cpp
145+ # test_complex_trigonometric.cpp
146+ # test_conversion.cpp
147+ # test_custom_default_arch.cpp
148+ # test_error_gamma.cpp
149+ # test_explicit_batch_instantiation.cpp
150+ # test_exponential.cpp
151+ # test_extract_pair.cpp
152+ # test_fp_manipulation.cpp
153+ # test_hyperbolic.cpp
154+ # test_load_store.cpp
155+ # test_memory.cpp
156+ # test_poly_evaluation.cpp
157+ # test_power.cpp
158+ # test_rounding.cpp
159+ # test_select.cpp
160+ # test_shuffle.cpp
161+ # test_sum.cpp
162+ # test_traits.cpp
163+ # test_trigonometric.cpp
164+ # test_xsimd_api.cpp
165+ # test_utils.hpp
166166)
167167
168168if (NOT MSVC )
You can’t perform that action at this time.
0 commit comments