]> git.ipfire.org Git - thirdparty/vectorscan.git/shortlog
thirdparty/vectorscan.git
2021-10-12  Konstantinos... Add missing copyright info from tampered files 68/head v5.4.3+vectorscan
2021-10-12  Konstantinos... bump version
2021-10-12  Konstantinos... fix multiple/undefined symbols when using fat runtimes
2021-10-12  Konstantinos... add arm truffle block function
2021-10-12  Konstantinos... add simd_onebit_masks as static in arm simd_utils.h...
2021-10-12  Konstantinos... simplify truffle and provide arch-specific block functions
2021-10-12  Konstantinos... simplify shufti and provide arch-specific block functions
2021-10-12  Konstantinos... rearrange method declarations
2021-10-12  Konstantinos... remove simd_utils.c
2021-10-12  Konstantinos... add x86 vsh* implementations
2021-10-12  Konstantinos... use movemask
2021-10-12  Konstantinos... add header define to avoid double inclusion
2021-10-12  Konstantinos... do not include the Supervector impl.cpp files in fat...
2021-10-12  Konstantinos... atm, do not built benchmark tool for fat runtime, as...
2021-10-12  Konstantinos... Improve benchmarks
2021-10-12  Konstantinos... optimize and simplify Shufti and Truffle to work with...
2021-10-12  Konstantinos... no need to convert to size_t
2021-10-12  Konstantinos... remove asserts, as they are not needed
2021-10-12  Konstantinos... firstMatch/lastMatch are now arch-dependent, emulating...
2021-10-12  Konstantinos... fix for new pshufb
2021-10-12  Konstantinos... Changes/Additions to SuperVector class * added ==,...
2021-10-12  Konstantinos... initial SSE/AVX2 implementation
2021-10-12  Duncan Bellamyremove adding CMAKE_CXX_IMPLICIT_LINK_LIBRARIES to...
2021-10-12  apostolosUnify benchmarks, more accurate measurements
2021-10-12  Konstantinos... Unify benchmarks, more accurate measurements
2021-10-12  apostolosbenchmarks functions replaced with lambdas
2021-10-12  apostolosraw pointers replaced with smart pointers
2021-10-12  apostolosnit
2021-10-12  apostolosnit
2021-10-12  apostolosfix benchmarks outputs
2021-10-12  apostolosbandwidth output fixes
2021-10-12  apostolossize outup for case with match fixed
2021-10-12  apostolosnits
2021-10-12  apostolossize output fixed
2021-10-12  apostolosnits
2021-10-12  apostolosbenchmarks output fixes
2021-10-12  Konstantinos... add missing header
2021-10-12  Konstantinos... remove confusing OPTIMISE flag
2021-10-12  apostolosnits
2021-10-12  apostoloscode size reduction by using function arrays and add...
2021-10-12  apostolosmicro-benchmarks for shufti, trufle and noodle added
2021-10-12  Konstantinos... remove Windows/ICC support
2021-10-12  Konstantinos... fix lshift128 test
2021-10-12  apostolosalignr methods for avx2 and avx512 added
2021-10-12  apostoloslimex_shuffle added and it's unit tests
2021-10-12  Konstantinos... remove duplicate functions from previous merge
2021-10-12  Konstantinos... add missing compile flags
2021-10-12  Konstantinos... add accidentally removed lines
2021-10-12  Konstantinos... * add -fno-new-ttp-matching to fix build-failures on...
2021-10-12  George WortMove SVE functions into their own files.
2021-10-12  George WortImplement new DoubleVermicelli16 acceleration functions...
2021-10-12  George WortUse SVE shufti for counting miracles.
2021-10-12  George WortUse SVE for double shufti.
2021-10-12  George WortUse SVE for single shufti.
2021-10-12  George WortUse SVE2 for counting miracles.
2021-10-12  George WortReplace USE_ARM_SVE with HAVE_SVE.
2021-10-12  George WortAdd Licence to state_compress and bitutils.
2021-10-12  George WortImplement new Vermicelli16 acceleration functions using...
2021-10-12  George WortAdd SVE2 support for dvermicelli
2021-10-12  Konstantinos... add arm rshift128/rshift128
2021-10-12  Konstantinos... fix failing corner case, add pshufb_maskz()
2021-10-12  Konstantinos... use STL make_unique, remove wrapper header, breaks...
2021-10-12  Konstantinos... change C/C++ standard used to C17/C++17
2021-10-12  Konstantinos... remove low4bits from the arguments, fix cases that...
2021-10-12  Konstantinos... fix loadu_maskz, add {l,r}shift128_var(), tab fixes
2021-10-12  Konstantinos... convert to for loops
2021-10-12  Konstantinos... minor fixes, add 2 constructors from half size vectors
2021-10-12  Konstantinos... fix lastMatch<64>
2021-10-12  Konstantinos... provide an {l,r}shift128_var() to fix immediate value...
2021-10-12  Konstantinos... fix arm loadu_maskz()
2021-10-12  Konstantinos... add arm rshift128/rshift128
2021-10-12  Konstantinos... use rshift128() instead of vector-wide right shift
2021-10-12  Konstantinos... add {l,r}shift128()+tests, rename printv_u64() to print64()
2021-10-12  George WortUse SVE2 Bitperm's bdep instruction in bitutils and...
2021-10-12  George WortFix CROSS_COMPILE_AARCH64 for SVE issues.
2021-10-12  George WortAdd SVE2 support for vermicelli
2021-10-12  George WortRemove possibly undefined behaviour from Noodle.
2021-10-12  George WortRemove first check from scanDouble Noodle.
2021-10-12  apostolosEqual mask test fixed with random numbers
2021-10-12  apostolosSupervector test fixes
2021-10-12  apostolosSuperVector AVX512 implementations
2021-10-12  apostolosSuperVector unit tests for AVX2 and AVX512 added
2021-10-12  Konstantinos... really fix lshift for avx2
2021-10-12  Konstantinos... disable OPTIMISE by default
2021-10-12  Konstantinos... fix truffle SIMD for S>16 as well
2021-10-12  Konstantinos... add AVX2 specializations
2021-10-12  Konstantinos... lots of fixes to AVX2 implementation
2021-10-12  Konstantinos... convert print helper functions to class methods
2021-10-12  Konstantinos... tiny change in vector initialization
2021-10-12  Konstantinos... fix last failing Shufti/Truffle tests
2021-10-12  Konstantinos... fix arm SuperVector implementation
2021-10-12  Konstantinos... fix rtruffle, was failing Lbr and a few ReverseTruffle...
2021-10-12  Konstantinos... fix x86 debug alignr
2021-10-12  Konstantinos... move firstMatch, lastMatch to own header in util
2021-10-12  Konstantinos... minor fixes
2021-10-12  Konstantinos... compilation fixes for debug mode
2021-10-12  Konstantinos... fix arm implementation of alignr()
2021-10-12  Konstantinos... harmonise syntax of x86 SuperVector impl.cpp like arm...
2021-10-12  Konstantinos... style fixes
2021-10-12  Konstantinos... removed obsolete file
next