aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/atomicops.h
diff options
context:
space:
mode:
authorMartin Ertsaas <mertsas@cisco.com>2015-01-22 08:58:20 +0100
committerMartin Ertsaas <mertsas@cisco.com>2015-01-22 09:10:19 +0100
commite85de03b8114c0cd99557fbfb4ae37dfc974c843 (patch)
tree4658ce49bfb5863e9616851e64fd3912b5629e6d /src/google/protobuf/stubs/atomicops.h
parent5446deaea7ffc29f6e09368cb6238da083969123 (diff)
downloadprotobuf-e85de03b8114c0cd99557fbfb4ae37dfc974c843.tar.gz
protobuf-e85de03b8114c0cd99557fbfb4ae37dfc974c843.tar.bz2
protobuf-e85de03b8114c0cd99557fbfb4ae37dfc974c843.zip
Add support for the TILE-Gx processor family.
Diffstat (limited to 'src/google/protobuf/stubs/atomicops.h')
-rw-r--r--src/google/protobuf/stubs/atomicops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/stubs/atomicops.h b/src/google/protobuf/stubs/atomicops.h
index bbe2d845..36c1ec93 100644
--- a/src/google/protobuf/stubs/atomicops.h
+++ b/src/google/protobuf/stubs/atomicops.h
@@ -207,6 +207,8 @@ GOOGLE_PROTOBUF_ATOMICOPS_ERROR
#include <google/protobuf/stubs/atomicops_internals_arm64_gcc.h>
#elif defined(GOOGLE_PROTOBUF_ARCH_ARM_QNX)
#include <google/protobuf/stubs/atomicops_internals_arm_qnx.h>
+#elif defined(GOOGLE_PROTOBUF_ARCH_TILE)
+#include <google/protobuf/stubs/atomicops_internals_tile_gcc.h>
#elif defined(GOOGLE_PROTOBUF_ARCH_MIPS) || defined(GOOGLE_PROTOBUF_ARCH_MIPS64)
#include <google/protobuf/stubs/atomicops_internals_mips_gcc.h>
#elif defined(__native_client__)