Reverted unintended changes introduced by a bad merge

This commit is contained in:
Benoit Steiner 2016-02-19 06:20:50 +00:00
parent 1304e1fb5e
commit 7151bd8768
2 changed files with 2 additions and 3 deletions

View File

@ -330,7 +330,6 @@ using std::ptrdiff_t;
#if defined EIGEN_VECTORIZE_CUDA
#include "src/Core/arch/CUDA/PacketMath.h"
#include "src/Core/arch/CUDA/PacketMathHalf.h"
#include "src/Core/arch/CUDA/MathFunctions.h"
#include "src/Core/arch/CUDA/TypeCasting.h"
#endif

View File

@ -37,9 +37,9 @@ if (NOT CMAKE_CXX_COMPILER MATCHES "clang\\+\\+$")
ei_add_test(BVH)
endif()
#ei_add_test(matrix_exponential)
ei_add_test(matrix_exponential)
ei_add_test(matrix_function)
#ei_add_test(matrix_power)
ei_add_test(matrix_power)
ei_add_test(matrix_square_root)
ei_add_test(alignedvector3)