X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fdetails%2Fdefs.h;h=b1f0331c7c4c84c54ffe1a1b66693e440fae8822;hp=65d66e9f21c742f1c246e62b6d49d21cc059d5df;hb=2bb66f1d159d044d2c5dad0f0f968abcb6d53287;hpb=056d289619d45ccf1055c18d63cb3bad072a71a0 diff --git a/cds/details/defs.h b/cds/details/defs.h index 65d66e9f..b1f0331c 100644 --- a/cds/details/defs.h +++ b/cds/details/defs.h @@ -237,6 +237,7 @@ namespace cds {} - CDS_PROCESSOR_SPARC Sparc - CDS_PROCESSOR_PPC64 PowerPC64 - CDS_PROCESSOR_ARM7 ARM v7 + - CDS_PROCESSOR_ARM8 ARM v8 - CDS_PROCESSOR_UNKNOWN undefined processor architecture CDS_PROCESSOR__NAME The name (string) of processor architecture @@ -292,6 +293,7 @@ namespace cds {} #define CDS_PROCESSOR_AMD64 4 #define CDS_PROCESSOR_PPC64 5 // PowerPC 64bit #define CDS_PROCESSOR_ARM7 7 +#define CDS_PROCESSOR_ARM8 8 #define CDS_PROCESSOR_UNKNOWN -1 // Supported OS interfaces