From 388b9fc1536c230204f66f37c9c38b41097e4465 Mon Sep 17 00:00:00 2001 From: Florian Schmaus <flow@cs.fau.de> Date: Thu, 3 Aug 2017 10:18:14 +0200 Subject: [PATCH] SimpleLawsTest: Group parameters --- tests/SimpleLawsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SimpleLawsTest.cpp b/tests/SimpleLawsTest.cpp index f86b4a7a..b328eaa3 100644 --- a/tests/SimpleLawsTest.cpp +++ b/tests/SimpleLawsTest.cpp @@ -7,8 +7,8 @@ static const unsigned int ROUND_COUNT = 10; static const unsigned int FIBER_LOOPS = 10; - static const unsigned int PAYLOAD_COUNT = 4096; + typedef struct ALIGN_TO_CACHE_LINE { // 4096 * 8 byte (64 bit) = 32 KiB = L1 cache size of most systems uint64_t payload[PAYLOAD_COUNT]; -- GitLab