From 4b2c8261782b62199235dd80fb4690e2721f3ed9 Mon Sep 17 00:00:00 2001 From: "Matteo F. Vescovi" Date: Mon, 24 Mar 2014 08:48:07 +0100 Subject: Fix compilation on unofficial 64bit archs --- intern/atomic/atomic_ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/atomic') diff --git a/intern/atomic/atomic_ops.h b/intern/atomic/atomic_ops.h index b5a73b1ef87..bb55ac1a11f 100644 --- a/intern/atomic/atomic_ops.h +++ b/intern/atomic/atomic_ops.h @@ -61,7 +61,7 @@ # endif #endif -#if defined(_M_X64) || defined(__amd64__) || defined(__x86_64__) +#if defined(_M_X64) || defined(__amd64__) || defined(__x86_64__) || defined(__s390x__) || defined(__powerpc64__) || defined(__aarch64__) || (defined(__sparc__) && defined(__arch64__)) # define LG_SIZEOF_PTR 3 # define LG_SIZEOF_INT 2 #else -- cgit v1.2.3