mirror_zfs/cmd/raidz_test
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
..
.gitignore SIMD implementation of vdev_raidz generate and reconstruct routines 2016-06-21 09:27:26 -07:00
Makefile.am OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
raidz_bench.c Use cstyle -cpP in make cstyle check 2016-12-12 10:46:26 -08:00
raidz_test.c Add zfs_file_* interface, remove vnodes 2019-11-21 09:32:57 -08:00
raidz_test.h Add AltiVec RAID-Z 2020-01-23 11:01:24 -08:00