mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Missed to remove IACA_END in previous commit
This commit is contained in:
@@ -799,7 +799,6 @@ void gebp_kernel<LhsScalar,RhsScalar,Index,mr,nr,ConjugateLhs,ConjugateRhs>
|
|||||||
|
|
||||||
blB += pk*4*RhsProgress;
|
blB += pk*4*RhsProgress;
|
||||||
blA += pk*3*Traits::LhsProgress;
|
blA += pk*3*Traits::LhsProgress;
|
||||||
IACA_END
|
|
||||||
}
|
}
|
||||||
// process remaining peeled loop
|
// process remaining peeled loop
|
||||||
for(Index k=peeled_kc; k<depth; k++)
|
for(Index k=peeled_kc; k<depth; k++)
|
||||||
|
|||||||
Reference in New Issue
Block a user