Re: [PATCH 3/8] xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARM
Josh Law <[email protected]>
| Newsgroups | gmane.linux.raid,gmane.linux.ports.arm.kernel,gmane.linux.kernel.cryptoapi |
|---|---|
| Message-ID | <[email protected]> |
Hi ard. >+#ifdef CONFIG_ARM64 >+extern typeof(__xor_neon_2) >__xor_eor3_2 >__alias(__xor_neon_2); >+#endif Creative. A reduction of about 150 lines of duplicate code while maintaining the __alias for the 2 input case is great. Reviewed-by: Josh Law <[email protected]> Thanks!