Skip to content

Commit 05d2fc9

Browse files
committed
removing print
1 parent f660044 commit 05d2fc9

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

tests/sycl/vec.cpp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,6 @@ BOOST_AUTO_TEST_CASE(vec_as) {
5858
BOOST_TEST(floats_in.y() == floats_out.y());
5959
BOOST_TEST(floats_in.z() == floats_out.z());
6060
BOOST_TEST(floats_in.w() == floats_out.w());
61-
62-
print_float_bits (floats_in.x());
63-
print_float_bits (floats_in.y());
64-
print_float_bits (floats_in.z());
65-
print_float_bits (floats_in.w());
66-
67-
std::cout << ints.x() << std::endl;
68-
std::cout << ints.y() << std::endl;
69-
std::cout << ints.z() << std::endl;
70-
std::cout << ints.w() << std::endl;
71-
72-
print_float_bits (floats_out.x());
73-
print_float_bits (floats_out.y());
74-
print_float_bits (floats_out.z());
75-
print_float_bits (floats_out.w());
76-
77-
7861
}
7962

8063

0 commit comments

Comments
 (0)