1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-09 18:46:11 +02:00
git/ppc
Unknown 84702995f8 A better-scheduled PPC SHA-1 implementation.
This is about 15% faster that the current sha1ppc.S on a G4, and
5% faster on a G5 when hashing 10 million bytes, unaligned.
(The G5 ratio seems to get better as the sizes fall.)

It's also somewhat smaller, due to using load-multiple instructions.

No copyright is claimed on the changes to Paul Mackerras' work below.
2006-06-24 03:02:00 -07:00
..
sha1.c Fix PPC SHA1 routine for large input buffers 2006-06-18 20:12:20 -07:00
sha1.h [PATCH] PPC assembly implementation of SHA1 2005-04-22 23:08:43 -07:00
sha1ppc.S A better-scheduled PPC SHA-1 implementation. 2006-06-24 03:02:00 -07:00