Skip to content
Snippets Groups Projects
Commit 388b9fc1 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

SimpleLawsTest: Group parameters

parent a593e8ee
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment