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:
authorCampbell Barton <ideasman42@gmail.com>2014-01-30 08:26:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-30 08:26:22 +0400
commitb3bb50f6879d57f4cfd531401b58da671b986d6e (patch)
tree6b17b96a1c077b5413c65083ba17fdc4003b3747 /intern
parentdd684f5a0414e9f2882a4861de489e50ea1ddb2e (diff)
Warnings: quiet unused define message
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_optimization.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/intern/cycles/util/util_optimization.h b/intern/cycles/util/util_optimization.h
index bd86fbed8ce..f901513ec4b 100644
--- a/intern/cycles/util/util_optimization.h
+++ b/intern/cycles/util/util_optimization.h
@@ -19,6 +19,14 @@
#ifndef __KERNEL_GPU__
+/* quiet unused define warnings */
+#if defined(__KERNEL_SSE2__) || \
+ defined(__KERNEL_SSE3__) || \
+ defined(__KERNEL_SSSE3__) || \
+ defined(__KERNEL_SSE41__)
+ /* do nothing */
+#endif
+
/* x86
*
* Compile a regular, SSE2 and SSE3 kernel. */