eigen/unsupported/Eigen/CXX11
Rasmus Munk Larsen cc3d0e6a40 Add EIGEN_HAS_INTRINSIC_INT128 macro
Add a new EIGEN_HAS_INTRINSIC_INT128 macro, and use this instead of __SIZEOF_INT128__. This fixes related issues with TensorIntDiv.h when building with Clang for Windows, where support for 128-bit integer arithmetic is advertised but broken in practice.
2019-11-06 14:24:33 -08:00
..
src Add EIGEN_HAS_INTRINSIC_INT128 macro 2019-11-06 14:24:33 -08:00
CMakeLists.txt bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
Tensor Cleanup includes in Tensor module after switch to C++11 and above 2019-10-29 15:49:54 -07:00
TensorSymmetry bug #1596: fix inclusion of Eigen's header within unsupported modules. 2018-09-17 09:54:29 +02:00
ThreadPool ThreadLocal container that does not rely on thread local storage 2019-09-09 15:18:14 -07:00