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:
authorThomas Dinges <blender@dingto.org>2013-12-28 00:30:03 +0400
committerThomas Dinges <blender@dingto.org>2013-12-28 00:30:21 +0400
commit1578b55c2716aba111a0a96d02b638dc8f597def (patch)
treec5d3c16a74b5554cb3ace2a274601ca20b68d9b2 /intern/cycles/kernel/kernel_compat_cpu.h
parent42044a96e4274327b7e839e002939b46b959a655 (diff)
Cycles: Move SIMD utility functions into its own file.
Recently added SSE macros for noise texture can be moved here as well, but I leave this for later.
Diffstat (limited to 'intern/cycles/kernel/kernel_compat_cpu.h')
-rw-r--r--intern/cycles/kernel/kernel_compat_cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/kernel_compat_cpu.h b/intern/cycles/kernel/kernel_compat_cpu.h
index 9d3ffcdfce2..2b786bce0de 100644
--- a/intern/cycles/kernel/kernel_compat_cpu.h
+++ b/intern/cycles/kernel/kernel_compat_cpu.h
@@ -21,6 +21,7 @@
#include "util_debug.h"
#include "util_math.h"
+#include "util_simd.h"
#include "util_types.h"
CCL_NAMESPACE_BEGIN