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 /SConstruct
parent839ddfbb6512218fec9247350e87a1c4bb9ac4b8 (diff)
Cycles: Build SSE41 kernel per default, remove build option. This hopefully also fixes some compile errors on various systems.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index c4bffab661e..d0af4245a56 100644
--- a/SConstruct
+++ b/SConstruct
@@ -430,9 +430,6 @@ if env['OURPLATFORM']=='darwin':
else:
env['WITH_BF_OPENMP'] = 0
print B.bc.OKGREEN + "Disabled OpenMP, not supported by compiler"
-
- if env['WITH_BF_CYCLES'] and env['WITH_CYCLES_OPTIMIZED_KERNEL_SSE41']:
- print B.bc.OKGREEN + 'Using Cycles SSE 4.1 option'
if env['WITH_BF_CYCLES_OSL'] == 1:
OSX_OSL_LIBPATH = Dir(env.subst(env['BF_OSL_LIBPATH'])).abspath