Gael Guennebaud
|
7f3b17e403
|
MSVC 2015 supports c++11 thread-local-storage
|
2018-09-13 18:15:07 +02:00 |
|
Rasmus Munk Larsen
|
744e2fe0de
|
Address comments about EIGEN_THREAD_LOCAL.
|
2018-08-24 10:24:54 -07:00 |
|
Rasmus Munk Larsen
|
e9f9d70611
|
Don't rely on __had_feature for g++.
Don't use __thread.
Only use thread_local for gcc 4.8 or newer.
|
2018-08-23 12:59:46 -07:00 |
|
Rasmus Munk Larsen
|
8278ae6313
|
Add support for thread local support on platforms that do not support it through emulation using a hash map.
|
2018-08-13 15:31:23 -07:00 |
|
Benoit Steiner
|
2b72163028
|
Implemented a more portable version of thread local variables
|
2016-04-19 15:56:02 -07:00 |
|