mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
compile on arm architecture, closes #214
This commit is contained in:
parent
38be4ef255
commit
4600fb0dbd
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ extern "C" {
|
|||
#define USER_AGENT "VILLASnode (" BUILDID ")"
|
||||
|
||||
/* Hard-coded cache line size */
|
||||
#if defined(__x86_64__) || defined(__i386__) || defined(__aarch64__)
|
||||
#if defined(__x86_64__) || defined(__i386__) || defined(__arm__)
|
||||
#define CACHELINE_SIZE 64
|
||||
#else
|
||||
#error "Unsupported architecture"
|
||||
|
|
Loading…
Add table
Reference in a new issue