https://github.com/KhronosGroup/OpenCL-CTS/blob/5673883005aad3f8bec6fa64e1bfb663e85ee1af/test_conformance/conversions/basic_test_conversions.cpp#L341 This only prints at most 32 bits of the input value. replacing `x` with `llx` fixes it, but not sure if there is a better way?
OpenCL-CTS/test_conformance/conversions/basic_test_conversions.cpp
Line 341 in 5673883
This only prints at most 32 bits of the input value.
replacing
xwithllxfixes it, but not sure if there is a better way?