Skip to content

Commit 7f008f4

Browse files
WIP
1 parent 5a22caf commit 7f008f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_shuffle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ TEST_CASE_TEMPLATE("[small integer transpose]", B, xsimd::batch<uint16_t>, xsimd
732732
}
733733
}
734734

735-
#if XSIMD_WITH_NEON64 || (XSIMD_WITH_SSE2 && !XSIMD_WITH_AVX)
735+
#if (XSIMD_WITH_SSE2 && !XSIMD_WITH_AVX)
736736
TEST_CASE_TEMPLATE("[small integer swizzle]", B, xsimd::batch<uint16_t>, xsimd::batch<int16_t>)
737737
{
738738
shuffle_test<B> Test;

0 commit comments

Comments
 (0)