mirror_zfs/lib/libzpool
Romain Dolbeau 35b07497c6 Add AltiVec RAID-Z
Implements the RAID-Z function using AltiVec SIMD.
This is basically the NEON code translated to AltiVec.

Note that the 'fletcher' algorithm requires 64-bits
operations, and the initial implementations of AltiVec
(PPC74xx a.k.a. G4, PPC970 a.k.a. G5) only has up to
32-bits operations, so no 'fletcher'.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Romain Dolbeau <romain.dolbeau@european-processor-initiative.eu>
Closes #9539
2020-01-23 11:01:24 -08:00
..
kernel.c Mark Linux fallocate extensions as specific to Linux 2019-11-30 15:40:22 -08:00
Makefile.am Add AltiVec RAID-Z 2020-01-23 11:01:24 -08:00
taskq.c codebase style improvements for OpenZFS 6459 port 2017-01-22 13:25:40 -08:00
util.c Add wrapper stub for zfs_cmd ioctl to libzpool 2019-11-12 10:40:39 -08:00