]> git.ipfire.org Git - thirdparty/rsync.git/commit
optimize avx2 code (#102)
authorShark64 <shark@bitchx.it>
Mon, 21 Sep 2020 22:11:27 +0000 (00:11 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Sep 2020 22:11:27 +0000 (15:11 -0700)
commit7aa2f36317be8f25f863c01e253ae64e161b1083
tree02964abc6bbd5fb6d4720e414e19be7f3d4b76d5
parent9cd85b849672c93c4b1f534898585f92ec4de30d
optimize avx2 code (#102)

Optimize avx2 code using only intrinsic functions supported by older gcc versions.
simd-checksum-x86_64.cpp