X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fcompiler%2Fgcc%2Fcompiler_macro.h;h=6eb056569111bf6217b3a1b80cdab914718258e5;hp=d97e1786d5bf59e852288176a629c0736538129e;hb=164a6d2f852fc1aece7265ae4ad5c0a83d13a40f;hpb=5c8c281a577bad888bfeac865ed3481ace07de6d diff --git a/cds/compiler/gcc/compiler_macro.h b/cds/compiler/gcc/compiler_macro.h index d97e1786..6eb05656 100644 --- a/cds/compiler/gcc/compiler_macro.h +++ b/cds/compiler/gcc/compiler_macro.h @@ -133,7 +133,7 @@ # define CDS_BUILD_BITS 32 # define CDS_PROCESSOR__NAME "ARM v7" # define CDS_PROCESSOR__NICK "arm7" -#elif defined(__arm__) && __ARM_ARCH >= 8 +#elif ( defined(__arm__) || defined(__aarch64__)) && __ARM_ARCH >= 8 # define CDS_PROCESSOR_ARCH CDS_PROCESSOR_ARM8 # define CDS_BUILD_BITS 64 # define CDS_PROCESSOR__NAME "ARM v8"