Branch: refs/heads/yves/fix_unaligned_loads_on_big_endian
Home: https://github.com/Perl/perl5
Commit: a5422a48e4b66dd092b37acc5947adec63c72eec
https://github.com/Perl/perl5/commit/a5422a48e4b66dd092b37acc5947adec63c72eec
Author: Yves Orton <[email protected]>
Date: 2022-03-13 (Sun, 13 Mar 2022)
Changed paths:
M hv_macro.h
Log Message:
-----------
hv_macro.h: only use direct memory loads on little endian machines
Using the shift logic should work correctly anywhere, using direct
memory loads will only work correctly on little endian machines.