File tree Expand file tree Collapse file tree 1 file changed +37
-37
lines changed
Expand file tree Collapse file tree 1 file changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -129,46 +129,46 @@ endif()
129129
130130set (XSIMD_TESTS
131131 main.cpp
132- # test_api.cpp
133- # test_arch.cpp
134- # test_basic_math.cpp
135- # test_batch.cpp
136- # test_batch_bool.cpp
137- # test_batch_cast.cpp
138- # test_batch_complex.cpp
139- # test_batch_float.cpp
140- # test_batch_int.cpp
141- # test_bitwise_cast.cpp
142- # test_batch_constant.cpp
143- # test_batch_manip.cpp
144- # test_complex_exponential.cpp
145- # test_complex_hyperbolic.cpp
146- # test_complex_power.cpp
147- # test_complex_trigonometric.cpp
148- # test_conversion.cpp
149- # test_custom_default_arch.cpp
150- # test_error_gamma.cpp
151- # test_explicit_batch_instantiation.cpp
152- # test_exponential.cpp
153- # test_extract_pair.cpp
154- # test_fp_manipulation.cpp
155- # test_hyperbolic.cpp
156- # test_load_store.cpp
157- # test_memory.cpp
158- # test_poly_evaluation.cpp
159- # test_power.cpp
160- # test_rounding.cpp
161- # test_select.cpp
162- # test_shuffle.cpp
163- # test_sum.cpp
164- # test_traits.cpp
165- # test_trigonometric.cpp
166- # test_xsimd_api.cpp
167- # test_utils.hpp
132+ test_api.cpp
133+ test_arch.cpp
134+ test_basic_math.cpp
135+ test_batch.cpp
136+ test_batch_bool.cpp
137+ test_batch_cast.cpp
138+ test_batch_complex.cpp
139+ test_batch_float.cpp
140+ test_batch_int.cpp
141+ test_bitwise_cast.cpp
142+ test_batch_constant.cpp
143+ test_batch_manip.cpp
144+ test_complex_exponential.cpp
145+ test_complex_hyperbolic.cpp
146+ test_complex_power.cpp
147+ test_complex_trigonometric.cpp
148+ test_conversion.cpp
149+ test_custom_default_arch.cpp
150+ test_error_gamma.cpp
151+ test_explicit_batch_instantiation.cpp
152+ test_exponential.cpp
153+ test_extract_pair.cpp
154+ test_fp_manipulation.cpp
155+ test_hyperbolic.cpp
156+ test_load_store.cpp
157+ test_memory.cpp
158+ test_poly_evaluation.cpp
159+ test_power.cpp
160+ test_rounding.cpp
161+ test_select.cpp
162+ test_shuffle.cpp
163+ test_sum.cpp
164+ test_traits.cpp
165+ test_trigonometric.cpp
166+ test_xsimd_api.cpp
167+ test_utils.hpp
168168)
169169
170170if (NOT MSVC )
171- # list(APPEND XSIMD_TESTS test_gnu_source.cpp)
171+ list (APPEND XSIMD_TESTS test_gnu_source.cpp)
172172endif ()
173173
174174add_executable (test_xsimd ${XSIMD_TESTS} ${XSIMD_HEADERS} )
You can’t perform that action at this time.
0 commit comments