Skip to content

Commit 32becba

Browse files
WIP
1 parent ff1a2d6 commit 32becba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ set(XSIMD_TESTS
138138
test_batch_complex.cpp
139139
test_batch_float.cpp
140140
test_batch_int.cpp
141-
# test_bitwise_cast.cpp
141+
test_bitwise_cast.cpp
142142
test_batch_constant.cpp
143143
# test_batch_manip.cpp
144144
# test_complex_exponential.cpp
@@ -153,16 +153,16 @@ set(XSIMD_TESTS
153153
# test_extract_pair.cpp
154154
# test_fp_manipulation.cpp
155155
# test_hyperbolic.cpp
156-
# test_load_store.cpp
156+
test_load_store.cpp
157157
# test_memory.cpp
158158
# test_poly_evaluation.cpp
159159
# test_power.cpp
160160
# test_rounding.cpp
161161
# test_select.cpp
162162
# test_shuffle.cpp
163163
test_sum.cpp
164-
# test_traits.cpp
165-
# test_trigonometric.cpp
164+
test_traits.cpp
165+
test_trigonometric.cpp
166166
# test_xsimd_api.cpp
167167
test_utils.hpp
168168
)

0 commit comments

Comments
 (0)