mirror_zfs/lib/libzpool
Romain Dolbeau 7f3194932d Add superscalar fletcher4
This is the Fletcher4 algorithm implemented in pure C, but using
multiple counters using algorithms identical to those used for
SSE/NEON and AVX2.

This allows for faster execution on core with strong superscalar
capabilities but weak SIMD capabilities.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Romain Dolbeau <romain.dolbeau@atos.net>
Closes #5317
2016-11-04 10:53:03 -07:00
..
kernel.c Fix coverity defects: CID 147452, 147447, 147446 2016-10-11 11:32:34 -07:00
Makefile.am Add superscalar fletcher4 2016-11-04 10:53:03 -07:00
taskq.c Fix strncpy in taskq_create 2016-09-20 11:27:15 -07:00
util.c Fix coverity defects: CID 147565-147567 2016-10-07 13:19:43 -07:00