bug #923: fix EIGEN_USE_BLAS mode

This commit is contained in:
Gael Guennebaud
2015-06-23 11:13:24 +02:00
parent 307c4fc292
commit 793e4c6d77
3 changed files with 15 additions and 15 deletions

1
Eigen/src/Core/util/BlasUtil.h Normal file → Executable file
View File

@@ -224,6 +224,7 @@ class blas_data_mapper {
}
const Index stride() const { return m_stride; }
const Scalar* data() const { return m_data; }
Index firstAligned(Index size) const {
if (size_t(m_data)%sizeof(Scalar)) {