Only tests with max load factor for parallel maps
[libcds.git] / cds / compiler / backoff.h
index 53c5e41dc5767db68fa15dffb8f89fea14e31743..cdb51fd70b670d286fcbb5ca3a99aefde0727d5f 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is a part of libcds - Concurrent Data Structures library
 
-    (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016
+    (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017
 
     Source code repo: http://github.com/khizmax/libcds/
     Download: http://sourceforge.net/projects/libcds/files/
 #       include <cds/compiler/gcc/sparc/backoff.h>
 #   elif CDS_PROCESSOR_ARCH == CDS_PROCESSOR_PPC64
 #       include <cds/compiler/gcc/ppc64/backoff.h>
-//#   elif CDS_PROCESSOR_ARCH == CDS_PROCESSOR_ARM7
-//#       include <cds/compiler/gcc/arm7/backoff.h>
+#   elif CDS_PROCESSOR_ARCH == CDS_PROCESSOR_ARM7
+#       include <cds/compiler/gcc/arm7/backoff.h>
+#   elif CDS_PROCESSOR_ARCH == CDS_PROCESSOR_ARM8
+#       include <cds/compiler/gcc/arm8/backoff.h>
 #   endif
 #else
 #   error "Undefined compiler"