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)
commit01956597cbc46df072f20f90a40eebe356200c38
tree5118db69af46696f057142a79827efd3e29d3ebe
parent73c132c15da504789b924871e2491479a18e4f6a
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>
arch/arm/include/asm/xor.h
arch/arm/lib/Makefile
arch/arm/lib/xor-neon.c [new file with mode: 0644]