mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Revert files to remove EIGEN_USING_NUMEXT_MATH
This commit is contained in:
@@ -42,12 +42,6 @@
|
||||
#define EIGEN_USING_STD_MATH(FUNC) using std::FUNC;
|
||||
#endif
|
||||
|
||||
#if defined(__CUDA_ARCH__)
|
||||
#define EIGEN_USING_NUMEXT_MATH(FUNC) using ::FUNC;
|
||||
#else
|
||||
#define EIGEN_USING_NUMEXT_MATH(FUNC) using numext::FUNC;
|
||||
#endif
|
||||
|
||||
#if (defined(_CPPUNWIND) || defined(__EXCEPTIONS)) && !defined(__CUDA_ARCH__) && !defined(EIGEN_EXCEPTIONS)
|
||||
#define EIGEN_EXCEPTIONS
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user