Skip to content

Commit 84b1619

Browse files
committed
Remove unnecessary SIMD test log
1 parent 06d1cd1 commit 84b1619

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Source/UnitTest/test_simd.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,10 +1999,6 @@ TEST(vint4, vtable4_64x8)
19991999

20002000
vint4 result = vtable_lookup_32bit(table, index);
20012001

2002-
uint8_t* hack = reinterpret_cast<uint8_t*>(&table);
2003-
std::cout << "38: " << hack[38] << "\n";
2004-
std::cout << "63: " << hack[63] << "\n";
2005-
20062002
EXPECT_EQ(result.lane<0>(), 0);
20072003
EXPECT_EQ(result.lane<1>(), 7);
20082004
EXPECT_EQ(result.lane<2>(), 38);

0 commit comments

Comments
 (0)