Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of <x86intrin.h> for MSVC (GH #1198) | Jeffrey Walton | 2023-04-15 | 1 | -2/+1 |
| | | | | It seems Microsoft now defines GCC defines, like __BMI__ | ||||
* | Use std namespace for memset, memcpy, memcmp (#1204) | Jeffrey Walton | 2023-04-15 | 1 | -5/+5 |
| | |||||
* | Remove redundant semicolons to make compilers happy (PR #1165) | itrofimow | 2022-10-01 | 1 | -1/+1 |
| | |||||
* | Squash linker and libtool warnings | Jeffrey Walton | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Squash linker and libtool warnings | Jeffrey Walton | 2022-02-10 | 1 | -0/+3 |
| | |||||
* | Fix compile on CentOS 5 | Jeffrey Walton | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Fix compile on CentOS 5 | Jeffrey Walton | 2021-04-26 | 1 | -1/+2 |
| | |||||
* | Clear Clang warnings on Android | Jeffrey Walton | 2021-04-26 | 1 | -2/+2 |
| | |||||
* | Add LSH dynamic dispatch (PR #1032) | Jeffrey Walton | 2021-04-26 | 1 | -0/+709 |
This commit adds dynamic dispatch to LSH. The implementation pivots on AVX2 and SSSE3. |