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:
authorSv. Lockal <lockalsash@gmail.com>2014-02-27 17:29:35 +0400
committerSv. Lockal <lockalsash@gmail.com>2014-02-27 17:29:35 +0400
commit5031ca05aab9d3659ebdc5a95b20d5d713222ccd (patch)
tree5fd3a8f6b332ddfdf02420c3acf23243a5266afa /intern
parent7808360c5f35c5a6371c3627758a70db431955a2 (diff)
Cycles: compile fix after rB7808360c5f (own mistake)
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_half.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/cycles/util/util_half.h b/intern/cycles/util/util_half.h
index 88709955b32..da6fae79bb9 100644
--- a/intern/cycles/util/util_half.h
+++ b/intern/cycles/util/util_half.h
@@ -19,6 +19,10 @@
#include "util_types.h"
+#ifdef __KERNEL_SSE2__
+#include "util_simd.h"
+#endif
+
CCL_NAMESPACE_BEGIN
/* Half Floats */