mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Correction for printing long type variables in 32-bit system (#2094)
Due to change request from #2037
This commit is contained in:
@@ -81,7 +81,6 @@ struct printDataGenParameters
|
||||
|
||||
// Reference results - filled out at run-time
|
||||
static std::vector<std::string> correctBufferInt;
|
||||
static std::vector<std::string> correctBufferLong;
|
||||
static std::vector<std::string> correctBufferHalf;
|
||||
static std::vector<std::string> correctBufferFloat;
|
||||
static std::vector<std::string> correctBufferDouble;
|
||||
|
||||
Reference in New Issue
Block a user