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:
authorThomas Dinges <blender@dingto.org>2014-01-15 01:04:32 +0400
committerThomas Dinges <blender@dingto.org>2014-01-15 01:04:32 +0400
commit5d88f7c7db7f52d6e403d515deb602920c29d261 (patch)
treeb97ad1eb66321b32079f020b66383fe03e090bd2 /intern/cycles/device/CMakeLists.txt
parent839ddfbb6512218fec9247350e87a1c4bb9ac4b8 (diff)
Cycles: Build SSE41 kernel per default, remove build option. This hopefully also fixes some compile errors on various systems.
Diffstat (limited to 'intern/cycles/device/CMakeLists.txt')
-rw-r--r--intern/cycles/device/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/cycles/device/CMakeLists.txt b/intern/cycles/device/CMakeLists.txt
index 825e82209aa..ae3309df3d9 100644
--- a/intern/cycles/device/CMakeLists.txt
+++ b/intern/cycles/device/CMakeLists.txt
@@ -13,10 +13,6 @@ set(INC_SYS
${GLEW_INCLUDE_PATH}
)
-if(WITH_CYCLES_OPTIMIZED_KERNEL_SSE41)
- add_definitions(-DWITH_CYCLES_OPTIMIZED_KERNEL_SSE41=1)
-endif()
-
set(SRC
device.cpp
device_cpu.cpp