Adjust clang format to the new versions, revert broken macro layout (#714)

This commit is contained in:
Danylo Lytovchenko
2025-08-22 17:23:22 +02:00
zatwierdzone przez GitHub
rodzic ed877433f3
commit 2ff2316227
189 zmienionych plików z 1906 dodań i 2418 usunięć
@@ -40,7 +40,7 @@ const static char* strKernel = KERNEL_CODE(
/* The purpose of this is to introduce an additional zero at stage - pass
* bit*/
const uint leftID = (thread & (pairDistance - 1)) |
((thread & ~(pairDistance - 1)) << 1); /* Is the same as below */
((thread & ~(pairDistance - 1)) << 1); /* Is the same as below */
const uint direction = ((thread >> stage) & 1) == 1 ? 0 : 1;