[Bf-blender-cvs] [17a4ba2] master: 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

Jens Verwiebe noreply at git.blender.org
Mon Jan 6 23:30:11 CET 2014


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', '')




More information about the Bf-blender-cvs mailing list