linux/lib/raid/xor/arm64
Ard Biesheuvel 4d3c5cbfe2 xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARM
Tweak the arm64 code so that the pure NEON intrinsics implementation of
XOR is shared between arm64 and ARM. While at it, rename the arm64
specific piece xor-eor3.c to reflect that only the version based on the
EOR3 instruction is kept there.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://patch.msgid.link/20260422171655.3437334-13-ardb+git@google.com
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
2026-05-28 13:14:21 -07:00
..
xor_arch.h xor: make xor.ko self-contained in lib/raid/ 2026-04-02 23:36:20 -07:00
xor-eor3.c xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARM 2026-05-28 13:14:21 -07:00
xor-neon-glue.c xor: pass the entire operation to the low-level ops 2026-04-02 23:36:21 -07:00
xor-neon.h xor: pass the entire operation to the low-level ops 2026-04-02 23:36:21 -07:00