Skip to content

Commit 91575e7

Browse files
serge-sans-pailleJohanMabille
authored andcommitted
Enable all test_api test
1 parent ff7454a commit 91575e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_api.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class xsimd_api_test : public testing::Test
144144
{
145145
T v = T(1);
146146
batch_type expected(v);
147-
batch_type res = xsimd::broadcast<T, value_type>(v);
147+
batch_type res = xsimd::broadcast<value_type>(v);
148148
EXPECT_BATCH_EQ(res, expected) << print_function_name(name);
149149
}
150150

@@ -182,10 +182,8 @@ TYPED_TEST(xsimd_api_test, store)
182182
this->test_store();
183183
}
184184

185-
#ifdef XSIMD_BATCH_DOUBLE_SIZE
186185
TYPED_TEST(xsimd_api_test, set)
187186
{
188187
this->test_set();
189188
}
190189
#endif
191-
#endif

0 commit comments

Comments
 (0)