bswap: add 64 bit endianness helper get_be64
authorBen Peart <benpeart@microsoft.com>
Fri, 22 Sep 2017 16:35:37 +0000 (12:35 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Sep 2017 01:39:37 +0000 (10:39 +0900)
Add a new get_be64 macro to enable 64 bit endian conversions on memory
that may or may not be aligned.

Signed-off-by: Ben Peart <benpeart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found