mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix bug in case where EIGEN_TEST_SPECIFIC_BLOCKING_SIZE is defined but false
This commit is contained in:
@@ -272,8 +272,8 @@ inline bool useSpecificBlockingSizes(Index& k, Index& m, Index& n)
|
|||||||
EIGEN_UNUSED_VARIABLE(k)
|
EIGEN_UNUSED_VARIABLE(k)
|
||||||
EIGEN_UNUSED_VARIABLE(m)
|
EIGEN_UNUSED_VARIABLE(m)
|
||||||
EIGEN_UNUSED_VARIABLE(n)
|
EIGEN_UNUSED_VARIABLE(n)
|
||||||
return false;
|
|
||||||
#endif
|
#endif
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** \brief Computes the blocking parameters for a m x k times k x n matrix product
|
/** \brief Computes the blocking parameters for a m x k times k x n matrix product
|
||||||
|
|||||||
Reference in New Issue
Block a user