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

This commit is contained in:
Jim Lewis
2019-09-16 05:37:01 -05:00
committed by Kévin Petit
parent 7da0d7a778
commit 6b54819efa

View File

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