Skip to content

Commit d65c8ed

Browse files
WIP
1 parent 86b3615 commit d65c8ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

test/test_conversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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
1818
template <class CP>
1919
struct conversion_test
2020
{

0 commit comments

Comments
 (0)