commit | 01956597cbc46df072f20f90a40eebe356200c38 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Fri May 17 18:51:23 2013 +0200 |
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Jul 08 22:09:06 2013 +0100 |
tree | 5118db69af46696f057142a79827efd3e29d3ebe | |
parent | 73c132c15da504789b924871e2491479a18e4f6a [diff] |
ARM: crypto: add NEON accelerated XOR implementation Add a source file xor-neon.c (which is really just the reference C implementation passed through the GCC vectorizer) and hook it up to the XOR framework. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Nicolas Pitre <nico@linaro.org>