Blender Git Commit Log
Git Commits -> Revision db8024f
Revision db8024f by Brecht Van Lommel (master) November 15, 2011, 15:13 (GMT) |
Fix #29259: cycles issues on certain processors. Now two versions of the kernel are compiled, one SSE optimized and the other not, and it will choose between them at runtime. |
Commit Details:
Full Hash: db8024f4b54ac4cf83b5346fe1548c009fd21082
SVN Revision: 41882
Parent Commit: 2bc7821
Lines Changed: +226, -45
1 Added Path:
/intern/cycles/kernel/kernel_optimized.cpp (+60, -0) (View)
7 Modified Paths:
/intern/cycles/CMakeLists.txt (+11, -20) (Diff)
/intern/cycles/device/device_cpu.cpp (+51, -12) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+7, -1) (Diff)
/intern/cycles/kernel/kernel.h (+6, -1) (Diff)
/intern/cycles/SConscript (+17, -11) (Diff)
/intern/cycles/util/util_system.cpp (+73, -0) (Diff)
/intern/cycles/util/util_system.h (+1, -0) (Diff)
/intern/cycles/device/device_cpu.cpp (+51, -12) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+7, -1) (Diff)
/intern/cycles/kernel/kernel.h (+6, -1) (Diff)
/intern/cycles/SConscript (+17, -11) (Diff)
/intern/cycles/util/util_system.cpp (+73, -0) (Diff)
/intern/cycles/util/util_system.h (+1, -0) (Diff)