From 4600fb0dbd2844b26c511f98d862f8e61fea36c6 Mon Sep 17 00:00:00 2001 From: irismarie Date: Wed, 21 Nov 2018 17:12:32 +0000 Subject: [PATCH] compile on arm architecture, closes #214 --- include/villas/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/villas/config.h.in b/include/villas/config.h.in index 2057a84f0..a20cbf3f2 100644 --- a/include/villas/config.h.in +++ b/include/villas/config.h.in @@ -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"