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:
Diffstat (limited to 'intern/cycles/util')
-rw-r--r--intern/cycles/util/util_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/intern/cycles/util/util_types.h b/intern/cycles/util/util_types.h
index fe1cb61ffa9..0bc67f0618a 100644
--- a/intern/cycles/util/util_types.h
+++ b/intern/cycles/util/util_types.h
@@ -59,6 +59,8 @@
/* SIMD Types */
+#ifndef __KERNEL_GPU__
+
/* not enabled, globally applying it just gives slowdown,
* but useful for testing. */
//#define __KERNEL_SSE__
@@ -88,11 +90,11 @@
#endif
#ifndef _WIN32
-#ifndef __KERNEL_GPU__
#include <stdint.h>
#endif
+
#endif
CCL_NAMESPACE_BEGIN