Searched defs:EIGEN_COMP_MSVC_STRICT (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DMacros.h83 /// \internal EIGEN_COMP_MSVC_STRICT set to 1 if the compiler is really Microsoft Visual C++ and not ,e.g., ICC or clang-cl
85 #define EIGEN_COMP_MSVC_STRICT _MSC_VER macro
87 #define EIGEN_COMP_MSVC_STRICT 0 macro
815 #if EIGEN_COMP_MSVC_STRICT && (EIGEN_COMP_MSVC < 1900 || defined(__CUDACC_VER__)) // for older MSVC versions, as well as 1900 && CUDA 8, using the base operator is sufficient (cf Bugs 1000, 1324)
932 #if EIGEN_COMP_MSVC_STRICT<=1600

Completed in 185 milliseconds