summaryrefslogtreecommitdiff
path: root/lsh512_sse.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of <x86intrin.h> for MSVC (GH #1198)Jeffrey Walton2023-04-151-2/+1
| | | | It seems Microsoft now defines GCC defines, like __BMI__
* 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-2/+2
|
* Add LSH dynamic dispatch (PR #1032)Jeffrey Walton2021-04-261-0/+937
This commit adds dynamic dispatch to LSH. The implementation pivots on AVX2 and SSSE3.