Revert files to remove EIGEN_USING_NUMEXT_MATH

This commit is contained in:
Nicolas Mellado
2015-07-11 20:11:36 +02:00
parent 20b96025fd
commit 0d09845562
2 changed files with 6 additions and 36 deletions

View File

@@ -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