Files
eigen/Eigen
Benoit Jacob 26275b250a Fix my recent prefetch changes:
- the first prefetch is actually harmful on Haswell with FMA,
   but it is the most beneficial on ARM.
 - the second prefetch... I was very stupid and multiplied by sizeof(scalar)
   and offset of a scalar* pointer. The old offset was 64; pk = 8, so 64=pk*8.
   So this effectively restores the older offset. Actually, there were
   two prefetches here, one with offset 48 and one with offset 64. I could not
   confirm any benefit from this strange 48 offset on either the haswell or
   my ARM device.
2015-02-23 16:55:17 -05:00
..
2015-02-23 16:55:17 -05:00
2015-02-13 16:21:59 -08:00
2011-02-22 09:31:22 -05:00
2013-07-02 14:08:12 +01:00
2014-10-29 11:29:33 +01:00