]> git.ipfire.org Git - thirdparty/vectorscan.git/shortlog
thirdparty/vectorscan.git
2021-11-10  apostolosSuperVector opandnot test enriched
2021-11-10  apostolostest for load m128 from u64a function added
2021-11-08  Apostolos Tapsassimd_utils functions fixed
2021-11-05  Apostolos TapsasSuperVector constructors as well as andnot implementati...
2021-11-01  apostolosprints commants and formating fixes
2021-10-26  apostolosnits
2021-10-26  apostolosSpecial case for Shuffle test added as well as comments...
2021-10-25  Apostolos TapsasShuffle simd and SuperVector implementetions as well...
2021-10-22  Apostolos TapsasSuperVector shuffle implementation and test function...
2021-10-22  apostolosprint functions missing keywords replaced
2021-10-22  apostolosprint functions keyword renamed
2021-10-22  apostolostest for movemask and shuffle cases added
2021-10-22  Apostolos Tapsasexpand128 bugs fixed
2021-10-22  apostolosexpand128 implementation was changed to be like arm's
2021-10-21  Apostolos TapsasWIP: simd & bitutils files finctions fixes
2021-10-18  Apostolos TapsasSuperVector operators fixes and simd_utils low/high64...
2021-10-15  Apostolos TapsasSuperVector vsh* implementations
2021-10-14  apostolosmatch file for ARCH_PPC64EL added
2021-10-14  apostolostrufle and shufle implementations for ARCH_PPC64EL
2021-10-14  apostolosblockSigleMask implementations for ARCH_PPC64 added
2021-10-14  apostolosSupervector vsh* added
2021-10-14  Apostolos TapsasWIP: Power VSX support almost completed
2021-10-14  Vectorcampcompile fixes for vsc port
2021-10-14  apostolosupdate powerpc simd util file functions
2021-10-14  apostolosimplementations for powerpc64el architecture
2021-10-14  Vectorcampppc64el arcitecture added in CMakelists file
2021-10-14  Vectorcamptest commit from VM and CMakelists add power support
2021-10-14  Konstantinos... add initial ppc64el support
2021-10-12  Konstantinos... link benchmarks against static lib only as some symbols... v5.4.4+vectorscan
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
next