All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] arm64: provide a NEON-accelerated XOR algorithm extension
@ 2018-12-04  1:43 ` Jackie Liu
  0 siblings, 0 replies; 14+ messages in thread
From: Jackie Liu @ 2018-12-04  1:43 UTC (permalink / raw)
  To: will.deacon
  Cc: ard.biesheuvel, catalin.marinas, linux-arm-kernel, linux-block,
	Jackie Liu

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




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

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

Thread overview: 14+ 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 ` 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   ` Jackie Liu
2018-12-04  1:43 ` [PATCH v6 2/2] arm64: crypto: add NEON accelerated XOR implementation Jackie Liu
2018-12-04  1:43   ` 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:01   ` Christoph Hellwig
2018-12-04 15:02   ` Ard Biesheuvel
2018-12-04 15:02     ` Ard Biesheuvel
2018-12-04 15:27     ` Christoph Hellwig
2018-12-04 15:27       ` Christoph Hellwig
2018-12-04 15:03   ` Will Deacon
2018-12-04 15:03     ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.