1
0
Fork 0
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:
irismarie 2018-11-21 17:12:32 +00:00
parent 38be4ef255
commit 4600fb0dbd

View file

@ -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"