aboutsummaryrefslogtreecommitdiffstats
path: root/module/zcommon/zfs_fletcher_aarch64_neon.c
Commit message (Expand)AuthorAgeFilesLines
* Drop lying to the compiler in the fletcher4 code Rich Ercolani2023-03-241-2/+0
* zcommon: Refactor FPU state handling in fletcher4Attila Fülöp2023-03-141-2/+1
* Micro-optimize fletcher4 calculationsRichard Yao2022-12-051-12/+6
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-151-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-031-0/+2
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-051-1/+1
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-121-1/+1
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* Add superscalar fletcher4Romain Dolbeau2016-11-041-1/+1
* Fletcher4 algorithm implemented in pure NEON for Aarch64 / ARMv8 64 bitsRomain Dolbeau2016-10-211-0/+215