aboutsummaryrefslogtreecommitdiffstats
path: root/module/zcommon/zfs_fletcher_intel.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
* Fletcher4: save/reload implementation contextGvozden Neskovic2016-10-051-38/+61
* Rework of fletcher_4 moduleGvozden Neskovic2016-08-161-4/+6
* Implementation of AVX2 optimized Fletcher-4Jinshan Xiong2016-06-021-0/+148