Skip to content
  • Michael Weiser's avatar
    arm: Fix memxor for non-armv6+ big-endian systems · 46fcc7f0
    Michael Weiser authored and Niels Möller's avatar Niels Möller committed
    
    
    ARM assembly adjustments for big-endian systems contained armv6+-only
    instructions (rev) in generic arm memxor code. Replace those with an
    actual conversion of the leftover byte store routines for big-endian
    systems. This also provides a slight optimisation by removing the
    additional instruction as well as increased symmetry between little- and
    big-endian implementations.
    
    Signed-off-by: default avatarMichael Weiser <michael.weiser@gmx.de>
    46fcc7f0