summaryrefslogtreecommitdiff
path: root/lsh256_avx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix use of <x86intrin.h> for MSVC (GH #1198)Jeffrey Walton2023-04-151-2/+1
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-5/+5
* Remove redundant semicolons to make compilers happy (PR #1165)itrofimow2022-10-011-1/+1
* Squash linker and libtool warningsJeffrey Walton2022-02-101-3/+3
* Squash linker and libtool warningsJeffrey Walton2022-02-101-0/+3
* Fix compile on CentOS 5Jeffrey Walton2021-04-261-1/+1
* Fix compile on CentOS 5Jeffrey Walton2021-04-261-1/+2
* Clear Clang warnings on AndroidJeffrey Walton2021-04-261-1/+1
* Add LSH dynamic dispatch (PR #1032)Jeffrey Walton2021-04-261-0/+647