mirror of
https://github.com/git/git.git
synced 2024-11-01 23:07:55 +01:00
ebcfa444c4
The code to load a word one-byte-at-a-time was optimized into a word-wide load instruction even when the pointer was not aligned, which caused issues on architectures that do not like unaligned access. * jn/block-sha1: Makefile: BLK_SHA1 does not require fast htonl() and unaligned loads block-sha1: put expanded macro parameters in parentheses block-sha1: avoid pointer conversion that violates alignment constraints |
||
---|---|---|
.. | ||
sha1.c | ||
sha1.h |