commit | a8d79d7bfb14f471914017103ee2329a74e5e89d | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@gmail.com> | Thu Apr 19 18:41:51 2018 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Apr 28 16:09:39 2018 +0800 |
tree | 09b8ab254f2db3d37beb19781533dcbeb58b513d | |
parent | 5b0aa2556ec9ea98f98e2a802818f75827896d25 [diff] |
crypto: crypto4xx - performance optimizations This patch provides a cheap 2MiB/s+ (~ 6%) performance improvement over the current code. This is because the compiler can now optimize several endian swap memcpy. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>