Commit: 17a4ba2c7c6911528c3bacac82c67132c7e4d5d3
Author: Jens Verwiebe
Date:   Mon Jan 6 23:29:21 2014 +0100
https://developer.blender.org/rB17a4ba2c7c6911528c3bacac82c67132c7e4d5d3

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

===================================================================

M       SConstruct

===================================================================

diff --git a/SConstruct b/SConstruct
index cf3eb90..be61f4a 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', '')

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to