patches from fedora:
blender-2.64-64bit.patch blender-2.64a-big-endian.patch by Jochen@herr-schmitt.de
This commit is contained in:
@@ -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;
|
||||
|
@@ -49,7 +49,7 @@
|
||||
#ifdef __BIG_ENDIAN__
|
||||
|
||||
/* copied from BLI_endian_switch_inline.h */
|
||||
static void invert(int *num)
|
||||
static void invert(int *val)
|
||||
{
|
||||
int tval = *val;
|
||||
*val = ((tval >> 24)) |
|
||||
|
Reference in New Issue
Block a user