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
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2014-01-07 00:28:18 +0400
committerThomas Dinges <blender@dingto.org>2014-01-07 00:28:18 +0400
commit5022d9f81b094da8520809daeb721978707b6cfc (patch)
tree55f982b322b3a838fb24831faef5a1f830c2ccdd /intern
parenta0b424aa4cc20f63d318140f5d2adf75a11c36da (diff)
Cycles: Don't include SIMD util file for OpenCL/CUDA, this fixes OpenCL compilation.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_color.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/cycles/util/util_color.h b/intern/cycles/util/util_color.h
index 4e195506421..0cfa4049d3e 100644
--- a/intern/cycles/util/util_color.h
+++ b/intern/cycles/util/util_color.h
@@ -19,7 +19,10 @@
#include "util_math.h"
#include "util_types.h"
+
+#ifdef __KERNEL_SSE2__
#include "util_simd.h"
+#endif
CCL_NAMESPACE_BEGIN