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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-06-20 17:10:47 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-06-20 17:10:47 +0400
commit8d6e5e2feeecdcff4d4b0d3651043ca561af2cb4 (patch)
tree20b1d6af934f0387a286eb696b5aec3605f57218 /intern/cycles/util/util_types.h
parenta92468c7d7bd3171cc04dc956f559f6c8f4f338c (diff)
Cycles: update build configurations to include CUDA sm_35 architecture. When using
a compiler older than CUDA 5.0 it will give a warning and skip this architecture.
Diffstat (limited to 'intern/cycles/util/util_types.h')
-rw-r--r--intern/cycles/util/util_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_types.h b/intern/cycles/util/util_types.h
index 4fd1e9d8807..a67c55acf3d 100644
--- a/intern/cycles/util/util_types.h
+++ b/intern/cycles/util/util_types.h
@@ -517,7 +517,7 @@ __device_inline const __m128 shuffle_swap(const __m128& a, const shuffle_swap_t&
#else
-/* somewhat slower version for SSE3 */
+/* somewhat slower version for SSE2 */
typedef int shuffle_swap_t;
__device_inline const shuffle_swap_t shuffle_swap_identity(void)