Remove the test log in test_interleave_pq.

This commit is contained in:
HAN Liutong 2022-08-18 08:01:09 +00:00
parent 8dc332721f
commit b9a1039566

View File

@ -517,10 +517,6 @@ template<typename R> struct TheTest
EXPECT_EQ(resP[4*i + 2], dataA[4*i+1]);
EXPECT_EQ(resP[4*i + 3], dataA[4*i+3]);
}
for (int i = 0; i < VTraits<R>::vlanes(); ++i)
{
printf("%d%s", (int)resQ[i], i == VTraits<R>::vlanes()-1 ? "\n" : " ");
}
for (int i = 0; i < VTraits<R>::vlanes()/8; ++i)
{
SCOPED_TRACE(cv::format("i=%d", i));