On 8/1/06, Tim Blechmann TimBlechmann@gmx.net wrote:
well, memcpy is not optimized for:
- chunks of 128bit
- aligned memory ...
That's a problem with your libc then (OSX has no such problems and Windows isn't that bad). Any memcpy() not ready to handle the proper sized cachelines and aligned memory is extremely poor.
cgc