Blender Git Commit Log
Git Commits -> Revision dfed7c4
Revision dfed7c4 by Sergey Sharybin (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 8, 2018, 15:49 (GMT) |
Fix T53068: AMD Threadripper not working well with Blender The issue was caused by SpinLock implementation in old pthreads we ar eusing on Windows. Using newer one (2.10-rc) demonstrates same exact behavior. But likely using own atomics and memory barrier based implementation solves the issue. A bit annoying that we need to change such a core part of Blender just to make specific CPU happy, but it's better to have artists happy on all computers. There is no expected downsides of this change, but it is so called "works for me" category. Let's see how it all goes. |
Commit Details:
Full Hash: dfed7c48ac6bd829af1141e2b5aa093e082b6f1f
Parent Commit: 391f7cc
Lines Changed: +22, -11