aboutsummaryrefslogtreecommitdiffstats
path: root/module/zcommon/zfs_fletcher_avx512.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/+2
* Micro-optimize fletcher4 calculationsRichard Yao2022-12-051-18/+8
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* 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
* Fix AVX512BW Fletcher code on AVX512-but-not-BW machinesRomain Dolbeau2021-04-261-1/+7
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-251-0/+2
* Add AVX512BW variant of fletcherRomain Dolbeau2019-10-301-0/+49
* 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
* Suppress incorrect objtool warningsBrian Behlendorf2017-12-071-0/+3
* Fletcher4: save/reload implementation contextGvozden Neskovic2016-10-051-52/+64
* Rework of fletcher_4 moduleGvozden Neskovic2016-08-161-4/+6
* Fletcher4 implementation using avx512f instruction setGvozden Neskovic2016-08-161-0/+157