ARM: crypto: add NEON accelerated XOR implementation
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 17 May 2013 16:51:23 +0000 (18:51 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 8 Jul 2013 21:09:06 +0000 (22:09 +0100)
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>

No differences found