add optimized quaternion * quaternion product specialization for

float/SSE using code from Rohit Garg
This commit is contained in:
Gael Guennebaud
2009-03-07 13:52:44 +00:00
parent 6f95270ede
commit e4f64ce098
4 changed files with 81 additions and 7 deletions

View File

@@ -45,6 +45,10 @@ namespace Eigen {
#include "src/Geometry/ParametrizedLine.h"
#include "src/Geometry/AlignedBox.h"
#if defined EIGEN_VECTORIZE_SSE
#include "src/Geometry/arch/Geometry_SSE.h"
#endif
} // namespace Eigen
#include "src/Core/util/EnableMSVCWarnings.h"