mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix for https://github.com/KhronosGroup/OpenCL-CTS/issues/346 - causing special float number generation to be skipped (#443)
This commit is contained in:
committed by
Kévin Petit
parent
a4acc80c2b
commit
79d1a14aa0
@@ -3287,6 +3287,7 @@ char *create_random_image_data( ExplicitType dataType, image_descriptor *imageIn
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case kInt:
|
||||
|
||||
Reference in New Issue
Block a user