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:
authorJens Verwiebe <info@jensverwiebe.de>2014-01-07 02:29:21 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-01-07 02:29:21 +0400
commit17a4ba2c7c6911528c3bacac82c67132c7e4d5d3 (patch)
treef11d2dda7c4cabb189757f47283d0dedf34d0481 /SConstruct
parentd21ef02e8f9b548a45746c9f218be2fc5d43ba57 (diff)
OSX/scons: after discussion i was told cycles does decide to use sse4.1 kernel on the fly,
so autodetection is obsolete @buildtime. Leave in print for testing case
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index cf3eb90f599..be61f4a96d7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -324,9 +324,6 @@ if env['OURPLATFORM']=='darwin':
XCODE_BUNDLE=XCODE_SELECT_PATH[:-19]
else:
XCODE_BUNDLE=XCODE_SELECT_PATH
- # Checking for sse4.1 capability
- cmd = 'sysctl hw.optional.sse4_1' # throws 1 if available, else 0
- env['WITH_CYCLES_OPTIMIZED_KERNEL_SSE41'] = commands.getoutput(cmd)
print B.bc.OKGREEN + "Detected Xcode version: -- " + B.bc.ENDC + env['XCODE_CUR_VER'] + " --"
print B.bc.OKGREEN + "Available SDK's: \n" + B.bc.ENDC + MACOSX_SDK_CHECK.replace('\t', '')