mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Deleted unused variable.
This commit is contained in:
@@ -1147,7 +1147,6 @@ EigenFloatContractionKernel(const LhsMapper lhs, const RhsMapper rhs,
|
||||
|
||||
bool check_rhs = (base_n + 63) >= n_size;
|
||||
bool check_lhs128 = (base_m + 127) >= m_size;
|
||||
bool check_lhs64 = (base_m + 63) >= m_size;
|
||||
|
||||
if (!check_rhs) {
|
||||
if (!check_lhs128) {
|
||||
|
||||
Reference in New Issue
Block a user