We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f660044 commit 05d2fc9Copy full SHA for 05d2fc9
1 file changed
tests/sycl/vec.cpp
@@ -58,23 +58,6 @@ BOOST_AUTO_TEST_CASE(vec_as) {
58
BOOST_TEST(floats_in.y() == floats_out.y());
59
BOOST_TEST(floats_in.z() == floats_out.z());
60
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
78
}
79
80
0 commit comments