Fix for https://github.com/KhronosGroup/OpenCL-CTS/issues/346 - causing special float number generation to be skipped (#443)

This commit is contained in:
Pavan K Lanka
2019-09-16 03:37:32 -07:00
committed by Kévin Petit
parent a4acc80c2b
commit 79d1a14aa0

View File

@@ -3287,6 +3287,7 @@ char *create_random_image_data( ExplicitType dataType, image_descriptor *imageIn
}
break;
}
break;
}
case kInt: