aboutgitcodebugslistschat
path: root/checksum.c
Commit message (Expand)AuthorAgeFilesLines
* passt: Address new clang-tidy warnings from LLVM 13.0.1Stefano Brivio2022-01-301-2/+5
* passt: Add cppcheck target, test, and address resulting warningsStefano Brivio2021-10-211-4/+2
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-5/+4
* LICENSES: Add license text files, add missing notices, fix SPDX tagsStefano Brivio2021-10-201-2/+1
* checksum: Stream load into four registers at a time with > 128 bytesStefano Brivio2021-10-151-3/+47
* checksum: Interleave lo/hi sums while folding into 128-bit sums, drop TODOStefano Brivio2021-10-151-3/+3
* checksum: Introduce AVX2 implementation, unify helpersStefano Brivio2021-07-261-0/+292