]> git.ipfire.org Git - thirdparty/coreutils.git/commit
b2sum: sync better with upstream
authorPádraig Brady <P@draigBrady.com>
Tue, 25 Feb 2020 13:30:39 +0000 (13:30 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 25 Feb 2020 13:51:21 +0000 (13:51 +0000)
commitead8464e3acffdd6eedf44ad623bb00c943302dc
tree60cbf61b1dfb3b510b167adb81a0a844e9655e02
parent9134993562456ee9eb37447b2cf0022674ab20b1
b2sum: sync better with upstream

* src/blake2/blake2-impl.h: Sync load16() implementation,
which doesn't change code generation.
Also leverage (builtin) memcpy to more efficiently
move data on little endian systems,
giving a 2% win with GCC 9.2.1 on an i3-2310M.
src/blake2/blake2-impl.h