diff --git a/Eigen/src/Core/products/GeneralMatrixMatrix.h b/Eigen/src/Core/products/GeneralMatrixMatrix.h index 38ca7b242d..b45797f09b 100644 --- a/Eigen/src/Core/products/GeneralMatrixMatrix.h +++ b/Eigen/src/Core/products/GeneralMatrixMatrix.h @@ -287,7 +287,7 @@ class gemm_blocking_spacem_mc = ActualRows; this->m_nc = ActualCols; diff --git a/Eigen/src/Core/util/XprHelper.h b/Eigen/src/Core/util/XprHelper.h index a08538affe..1b3e122e19 100644 --- a/Eigen/src/Core/util/XprHelper.h +++ b/Eigen/src/Core/util/XprHelper.h @@ -101,6 +101,7 @@ template struct packet_traits; template struct unpacket_traits { typedef T type; + typedef T half; enum {size=1}; };