Deleted extraneous comma.

This commit is contained in:
Benoit Steiner 2016-04-15 15:50:13 -07:00
parent 7cff898e0a
commit 1a16fb1532

View File

@ -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