1
1
George Bosilca 83474b2e1a Solve a modulus rounding error. As the modulus can be signed (in C89 it take
the sign of the divident), we have to cast the pointer to an uintptr_t in
order to be able to correctly compute how to align it on the cache line.
Rported and solved by Stephan Kramer. Thanks Stephan.

This commit was SVN r19778.
2008-10-21 17:00:39 +00:00
..
2008-07-28 13:33:08 +00:00
2007-03-06 16:38:06 +00:00
2007-04-07 18:27:39 +00:00