Correction for printing long type variables in 32-bit system (#2094)

Due to change request from #2037
This commit is contained in:
Marcin Hajder
2024-10-01 17:45:39 +02:00
committed by GitHub
parent cd74e02643
commit 0395a1efef
2 changed files with 28 additions and 10 deletions

View File

@@ -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;