From 682e86a40b9e4aff10884727f564b04687af441c Mon Sep 17 00:00:00 2001 From: Pramod Kumbhar Date: Sun, 11 Nov 2018 17:59:47 -0600 Subject: [PATCH] Update Random123 gcc compiler configuration for Arm --- src/Random123/features/gccfeatures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Random123/features/gccfeatures.h b/src/Random123/features/gccfeatures.h index b2511f2ad6..e5c691f288 100644 --- a/src/Random123/features/gccfeatures.h +++ b/src/Random123/features/gccfeatures.h @@ -34,7 +34,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define R123_GNUC_VERSION (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__) -#if !defined(__x86_64__) && !defined(__i386__) && !defined(__powerpc__) +#if !defined(__x86_64__) && !defined(__i386__) && !defined(__powerpc__) && !defined(__aarch64__) # error "This code has only been tested on x86 and powerpc platforms." #include { /* maybe an unbalanced brace will terminate the compilation */