Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-12-21 07:02:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-21 07:02:36 +0400
commit47a429d1619d7cb32c5b8036c680f97f82049d78 (patch)
tree96a07e862990b43b312a13a88e82b349de004ce8 /intern/cycles/util
parentb13f4e6999c4b5003c6a13027f67af2f09c9f5fc (diff)
patches from fedora:
blender-2.64-64bit.patch blender-2.64a-big-endian.patch by Jochen@herr-schmitt.de
Diffstat (limited to 'intern/cycles/util')
-rw-r--r--intern/cycles/util/util_cuda.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_cuda.h b/intern/cycles/util/util_cuda.h
index d9d956b7bd9..9682f1cfe1d 100644
--- a/intern/cycles/util/util_cuda.h
+++ b/intern/cycles/util/util_cuda.h
@@ -38,7 +38,7 @@ CCL_NAMESPACE_END
#define CUDA_VERSION 3020
-#if defined(__x86_64) || defined(AMD64) || defined(_M_AMD64)
+#if defined(__x86_64) || defined(AMD64) || defined(_M_AMD64) || defined(__LP64__)
typedef unsigned long long CUdeviceptr;
#else
typedef unsigned int CUdeviceptr;