linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] arm64: provide a NEON-accelerated XOR algorithm extension
@ 2018-12-04  1:43 Jackie Liu
  2018-12-04  1:43 ` [PATCH v6 1/2] arm64/neon: add workaround for ambiguous C99 stdint.h types Jackie Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jackie Liu @ 2018-12-04  1:43 UTC (permalink / raw)
  To: will.deacon
  Cc: linux-block, catalin.marinas, Jackie Liu, linux-arm-kernel,
	ard.biesheuvel

v6:
  neon-intrinsics.h: change _NEON_INTRINSICS_H to __ASM_NEON_INTRINSICS_H.
  neon-intrinsics.h: add header LICENSE declaration
  neon-intrinsics.h: explain part of the code with comments

Jackie Liu (2):
  arm64/neon: add workaround for ambiguous C99 stdint.h types
  arm64: crypto: add NEON accelerated XOR implementation

 arch/arm64/include/asm/Kbuild            |   1 -
 arch/arm64/include/asm/neon-intrinsics.h |  39 +++++++
 arch/arm64/include/asm/xor.h             |  73 ++++++++++++
 arch/arm64/lib/Makefile                  |   6 +
 arch/arm64/lib/xor-neon.c                | 184 +++++++++++++++++++++++++++++++
 5 files changed, 302 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/include/asm/neon-intrinsics.h
 create mode 100644 arch/arm64/include/asm/xor.h
 create mode 100644 arch/arm64/lib/xor-neon.c

-- 
2.7.4




_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-12-04 15:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04  1:43 [PATCH v6 0/2] arm64: provide a NEON-accelerated XOR algorithm extension Jackie Liu
2018-12-04  1:43 ` [PATCH v6 1/2] arm64/neon: add workaround for ambiguous C99 stdint.h types Jackie Liu
2018-12-04  1:43 ` [PATCH v6 2/2] arm64: crypto: add NEON accelerated XOR implementation Jackie Liu
2018-12-04 15:01 ` [PATCH v6 0/2] arm64: provide a NEON-accelerated XOR algorithm extension Christoph Hellwig
2018-12-04 15:02   ` Ard Biesheuvel
2018-12-04 15:27     ` Christoph Hellwig
2018-12-04 15:03   ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).