[eigen-commits] commit/eigen: 2 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
2 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/b0ebf2456fb6/
Changeset: b0ebf2456fb6
User: Chris Jones
Date: 2015-11-20 18:58:08+00:00
Summary: Use a class constructor to initialize CPU cache sizes
Using a static instance of a class to initialize the values for
the CPU cache sizes guarantees thread-safe initialization of the
values when using C++11. Therefore under C++11 it is no longer
necessary to call Eigen::initParallel() before calling any eigen
functions on different threads.
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/0a830fcc6eab/
Changeset: 0a830fcc6eab
User: ggael
Date: 2015-11-22 21:50:31+00:00
Summary: Merged in dr15jones/eigen (pull request #146)
Use a class constructor to initialize CPU cache sizes
Affected #: 1 file
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.