c11_atomics: Fix verification loop (#2543)

Looks like bug. @shajder Could you look at this fix? Thanks
This commit is contained in:
Grzegorz Wawiorko
2025-10-14 17:39:54 +02:00
committed by GitHub
parent 51445f3743
commit d733c2b802

View File

@@ -2799,7 +2799,7 @@ public:
correct = true;
for (cl_uint i = 1; i < threadCount; i++)
{
for (cl_uint i = 1; i < threadCount; i++)
if (refValues[i] != StartValue())
{
log_error("Thread %d found %d mismatch(es)\n", i,
(cl_uint)refValues[i]);