mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
The failure is :
7)testing printf("%.1v4hla",(0.25f,0.5f,1.f,1.5f))
verifyOutputBuffer failed with kernel:
__kernel void test14(void)
{
float4 tmp = (float4)(0.25f,0.5f,1.f,1.5f); printf("%.1v4hla\n",tmp);}
expected: 0x1p-2,0x1p-1,0x1p+0,0x1.8p+0
got: 0x1.0p-2,0x1.0p-1,0x1.0p+0,0x1.8p+0
%.1 requires 1 decimal.
43 KiB
43 KiB