mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 17:40:05 +08:00
Deleted extraneous comma.
This commit is contained in:
parent
7cff898e0a
commit
1a16fb1532
@ -109,7 +109,7 @@ void evaluateProductBlockingSizesHeuristic(Index& k, Index& m, Index& n, Index n
|
||||
ksub = Traits::mr * Traits::nr * sizeof(ResScalar),
|
||||
kr = 8,
|
||||
mr = Traits::mr,
|
||||
nr = Traits::nr,
|
||||
nr = Traits::nr
|
||||
};
|
||||
// Increasing k gives us more time to prefetch the content of the "C"
|
||||
// registers. However once the latency is hidden there is no point in
|
||||
|
Loading…
Reference in New Issue
Block a user