mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 19:04:45 +03:00
Add SHA2 SIMD feature tests for Linux
These are added: - zfs_neon_available() for arm and aarch64 - zfs_sha256_available() for arm and aarch64 - zfs_sha512_available() for aarch64 - zfs_shani_available() for x86_64 Tested-by: Rich Ercolani <rincebrain@gmail.com> Tested-by: Sebastian Gottschall <s.gottschall@dd-wrt.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de> Co-Authored-By: Sebastian Gottschall <s.gottschall@dd-wrt.com> Closes #13741
This commit is contained in:
committed by
Brian Behlendorf
parent
589143c225
commit
cef1253135
@@ -10,6 +10,7 @@ kernel_linux_HEADERS = \
|
||||
%D%/kernel/linux/percpu_compat.h \
|
||||
%D%/kernel/linux/simd.h \
|
||||
%D%/kernel/linux/simd_aarch64.h \
|
||||
%D%/kernel/linux/simd_arm.h \
|
||||
%D%/kernel/linux/simd_powerpc.h \
|
||||
%D%/kernel/linux/simd_x86.h \
|
||||
%D%/kernel/linux/utsname_compat.h \
|
||||
|
||||
Reference in New Issue
Block a user