FreeCAD: master efb08cd1

Author Committer Branch Timestamp Parent
Abdullah Tahiri wmayer master 2015-06-22 05:04:48 master 7f442c5a
Changeset Sketcher: Disable Eigen multithread

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

Eigen currently only provides multithread for matrix products. It has been reported that it is even slightly slower than single-thread.
Therefore, temporarely the code is commented out. If Eigen ever implements multithread for QR decomposition, then it will make a lot of
sense to enable this.
mod - src/Mod/Sketcher/App/CMakeLists.txt Diff File