[Bf-blender-cvs] [5031ca0] master: Cycles: compile fix after rB7808360c5f (own mistake)

Sv. Lockal noreply at git.blender.org
Thu Feb 27 14:31:48 CET 2014


Commit: 5031ca05aab9d3659ebdc5a95b20d5d713222ccd
Author: Sv. Lockal
Date:   Thu Feb 27 17:29:35 2014 +0400
https://developer.blender.org/rB5031ca05aab9d3659ebdc5a95b20d5d713222ccd

Cycles: compile fix after rB7808360c5f (own mistake)

===================================================================

M	intern/cycles/util/util_half.h

===================================================================

diff --git a/intern/cycles/util/util_half.h b/intern/cycles/util/util_half.h
index 8870995..da6fae7 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 */




More information about the Bf-blender-cvs mailing list