Commit Graph

9 Commits

Author SHA1 Message Date
Jeffrey Walton
ddb8f36e88
Fix use of <x86intrin.h> for MSVC (GH #1198)
It seems Microsoft now defines GCC defines, like __BMI__
2023-04-15 18:21:03 -04:00
Jeffrey Walton
f5f63850f9
Use std namespace for memset, memcpy, memcmp (#1204) 2023-04-15 16:45:02 -04:00
itrofimow
eaa1bf572d
Remove redundant semicolons to make compilers happy (PR #1165) 2022-10-01 18:28:40 -04:00
Jeffrey Walton
03e043a72d
Squash linker and libtool warnings 2022-02-10 12:08:03 -05:00
Jeffrey Walton
444c20d268
Squash linker and libtool warnings 2022-02-10 10:30:03 -05:00
Jeffrey Walton
ef3a9e8eea
Fix compile on CentOS 5 2021-04-26 16:23:56 -04:00
Jeffrey Walton
e54f606192
Fix compile on CentOS 5 2021-04-26 16:18:00 -04:00
Jeffrey Walton
d57357d944
Clear Clang warnings on Android 2021-04-26 05:41:58 -04:00
Jeffrey Walton
a0e21c77ae
Add LSH dynamic dispatch (PR #1032)
This commit adds dynamic dispatch to LSH. The implementation pivots on AVX2 and SSSE3.
2021-04-26 04:50:48 -04:00