mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 14:39:01 +00:00
Fix for https://github.com/KhronosGroup/OpenCL-CTS/issues/346 - causing special float number generation to be skipped (#455)
This commit is contained in:
@@ -2738,6 +2738,7 @@ char *create_random_image_data( ExplicitType dataType, image_descriptor *imageIn
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case kInt:
|
||||
|
||||
Reference in New Issue
Block a user