Hello Niels,
On Thu, Mar 12, 2020 at 10:01:51PM +0100, Niels Möller wrote:
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.
Merged onto the master-update branch (to let the ci system verify that ARM LE isn't broken). Thanks.
FWIW it just cleared preliminary BE CI: https://gitlab.com/michaelweiser/nettle/pipelines/125862809 https://gitlab.com/michaelweiser/nettle/pipelines/125862752
It would be nice to have arm be in the ci as well, but you need to coordinate with Nikos. I have a somewhat fuzzy understanding of how it's set up, and know very little about the various system images being used.
Will do.