This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The MurmurHash3 code can use the existing perl.h #defines for endianness.
authorNicholas Clark <nick@ccl4.org>
Tue, 20 Nov 2012 13:23:47 +0000 (14:23 +0100)
committerRicardo Signes <rjbs@cpan.org>
Tue, 20 Nov 2012 22:22:30 +0000 (17:22 -0500)
commitb5a2311a24e9ebd29ae29518bfa5f0a488608b3a
tree01fa694837eb433677e608c1c1b1f4d143ea19e0
parent0f773ca46f224752520a05649f858bfd8897bbaf
The MurmurHash3 code can use the existing perl.h #defines for endianness.

The approach MurmurHash3 supplied wasn't able to probe endianness
successfully on (at least) HP-UX.
hv.h