2021-02-11 |
Konstantinos... | use unaligned loads for short scans 11/head |
commit | commitdiff | tree |
2021-02-10 |
Konstantinos... | optimize case mask AND out of the loop |
commit | commitdiff | tree |
2021-02-08 |
Konstantinos... | fixes in shifting primitives |
commit | commitdiff | tree |
2021-02-08 |
Konstantinos... | bugfix compress128/expand128, add unit tests |
commit | commitdiff | tree |
2021-02-08 |
Konstantinos... | make const |
commit | commitdiff | tree |
2021-01-26 |
Konstantinos... | Merge branch 'develop' of github.com:VectorCamp/vectors... |
commit | commitdiff | tree |
2021-01-25 |
Konstantinos... | add necessary copyright info |
commit | commitdiff | tree |
2021-01-25 |
Konstantinos... | add links to Intel PRs |
commit | commitdiff | tree |
2021-01-25 |
Konstantinos... | modify README with name change |
commit | commitdiff | tree |
2021-01-25 |
Wang Xiang W | Bump version number for release vectorscan-v5.4.0 |
commit | commitdiff | tree |
2021-01-25 |
Wang Xiang W | changelog: updates for 5.4.0 release |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | Fix Klocwork scan issues. |
commit | commitdiff | tree |
2021-01-25 |
Wang Xiang W | chimera: fix return value handling |
commit | commitdiff | tree |
2021-01-25 |
Wang Xiang W | Limex: exception handling with AVX512 |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | Logical Combination: use hs_misc_free instead of free. |
commit | commitdiff | tree |
2021-01-25 |
Hong, Yang A | examples: add cmake enabling option BUILD_EXAMPLES. |
commit | commitdiff | tree |
2021-01-25 |
Piotr Skamruk | [dev-reference] Fix minor typo in docs |
commit | commitdiff | tree |
2021-01-25 |
Walt Stoneburner | Fixed several typos |
commit | commitdiff | tree |
2021-01-25 |
Wang Xiang W | Adjust sensitive terms |
commit | commitdiff | tree |
2021-01-25 |
Wang Xiang W | limex: add fast NFA check |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | Discard HAVE_AVX512VBMI checks at Sheng/McSheng compile... |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | Add cpu feature / target info "AVX512VBMI". |
commit | commitdiff | tree |
2021-01-25 |
Zhu,Wenjun | MCSHENG64: extend to 64-state based on mcsheng |
commit | commitdiff | tree |
2021-01-25 |
Hong, Yang A | lookaround: |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | AVX512VBMI Fat Teddy. |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | Fix find_vertices_in_cycles(): don't check self-loop... |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | Fix cmake error on ICX under release mode. |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | Fix sheng64 dump compile issue in clang. |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | Fix sheng64 compile issue in clang and in DEBUG_OUTPUT... |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | SHENG64: 64-state 1-byte shuffle based DFA. |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | SHENG32: Compile priority sheng > mcsheng > sheng32. |
commit | commitdiff | tree |
2021-01-25 |
Chang, Harry | SHENG32: 32-state 1-byte shuffle based DFA. |
commit | commitdiff | tree |
2021-01-25 |
Hong, Yang A | DFA: use sherman economically |
commit | commitdiff | tree |
2021-01-25 |
Wang Xiang W | hsbench: add CSV dump support |
commit | commitdiff | tree |
2021-01-25 |
Konstantinos... | optimize get_conf_stride_1() |
commit | commitdiff | tree |
2021-01-25 |
Konstantinos... | remove loads from movemask128, variable_byte_shift... |
commit | commitdiff | tree |
2021-01-25 |
Konstantinos... | fix non-const char * write-strings compile error |
commit | commitdiff | tree |
2021-01-25 |
Konstantinos... | replace andn() by explicit bitops and group loads/store... |
commit | commitdiff | tree |
2021-01-25 |
Konstantinos... | borrow cache prefetching tricks from the Marvell port... |
commit | commitdiff | tree |
2021-01-25 |
Konstantinos... | fix compilation on non-x86 |
commit | commitdiff | tree |
2021-01-25 |
Konstantinos... | add some useful intrinsics |
commit | commitdiff | tree |
2021-01-25 |
Konstantinos... | add expand128() implementation for NEON |
commit | commitdiff | tree |
2021-01-22 |
Konstantinos... | optimize get_conf_stride_1() 7/head |
commit | commitdiff | tree |
2021-01-22 |
Konstantinos... | remove loads from movemask128, variable_byte_shift... |
commit | commitdiff | tree |
2021-01-22 |
Konstantinos... | fix non-const char * write-strings compile error |
commit | commitdiff | tree |
2021-01-18 |
Konstantinos... | replace andn() by explicit bitops and group loads/store... |
commit | commitdiff | tree |
2021-01-15 |
Konstantinos... | borrow cache prefetching tricks from the Marvell port... |
commit | commitdiff | tree |
2021-01-15 |
Konstantinos... | fix compilation on non-x86 |
commit | commitdiff | tree |
2021-01-15 |
Konstantinos... | add some useful intrinsics |
commit | commitdiff | tree |
2021-01-15 |
Konstantinos... | add expand128() implementation for NEON |
commit | commitdiff | tree |
2020-12-31 |
Konstantinos... | Merge pull request #5 from VectorCamp/bugfix/fix-ia32... v5.3.2 |
commit | commitdiff | tree |
2020-12-30 |
Konstantinos... | fix IA32 build, as we need minimum SSSE3 support for... 5/head |
commit | commitdiff | tree |
2020-12-21 |
Konstantinos... | Merge pull request #2 from VectorCamp/develop v5.3.1 |
commit | commitdiff | tree |
2020-12-16 |
Konstantinos... | Merge pull request #1 from VectorCamp/feature/add-arm... 2/head |
commit | commitdiff | tree |
2020-12-08 |
Konstantinos... | fix x86 compilation 1/head |
commit | commitdiff | tree |
2020-12-07 |
Konstantinos... | remove forgotten printf |
commit | commitdiff | tree |
2020-12-07 |
Konstantinos... | optimize *shiftbyte_m128() functions to use palign... |
commit | commitdiff | tree |
2020-12-03 |
Konstantinos... | clear zones array |
commit | commitdiff | tree |
2020-12-03 |
Konstantinos... | add ARM platform |
commit | commitdiff | tree |
2020-12-03 |
Konstantinos... | fix movq and load_m128_from_u64a and resp. test for... |
commit | commitdiff | tree |
2020-12-03 |
Konstantinos... | define debug vector print functions to NULL in non... |
commit | commitdiff | tree |
2020-11-24 |
Konstantinos... | small optimization that was for some reason failing... |
commit | commitdiff | tree |
2020-11-24 |
Konstantinos... | helper functions to print a m128 vector in debug mode |
commit | commitdiff | tree |
2020-11-24 |
Konstantinos... | when building in debug mode, vgetq_lane_*() and vextq_... |
commit | commitdiff | tree |
2020-11-24 |
Konstantinos... | fix compiler flag testcase |
commit | commitdiff | tree |
2020-11-05 |
Konstantinos... | remove debug from functions |
commit | commitdiff | tree |
2020-11-05 |
Konstantinos... | add some debug and minor optimizations in unit test |
commit | commitdiff | tree |
2020-11-05 |
Konstantinos... | add some debug info |
commit | commitdiff | tree |
2020-11-05 |
Konstantinos... | add compress128 function and implementation |
commit | commitdiff | tree |
2020-11-05 |
Konstantinos... | add extra instructions (currently arm-only), fix order... |
commit | commitdiff | tree |
2020-11-05 |
Konstantinos... | fix 32-bit/64-bit detection |
commit | commitdiff | tree |
2020-10-30 |
Konstantinos... | needed for ARM vector type conversions |
commit | commitdiff | tree |
2020-10-30 |
Konstantinos... | small optimization in storecompress*() |
commit | commitdiff | tree |
2020-10-30 |
Konstantinos... | fix ARM implementations |
commit | commitdiff | tree |
2020-10-30 |
Konstantinos... | don't use SSE directly in the tests |
commit | commitdiff | tree |
2020-10-16 |
Konstantinos... | don't redefine function on x86 |
commit | commitdiff | tree |
2020-10-16 |
Konstantinos... | scalar implementations of diffrich256 and diffrich384 |
commit | commitdiff | tree |
2020-10-16 |
Konstantinos... | Revert "move x86 popcount.h implementations to util... |
commit | commitdiff | tree |
2020-10-16 |
Konstantinos... | split arch-agnostic simd_utils.h functions into the... |
commit | commitdiff | tree |
2020-10-16 |
Konstantinos... | fix compilation paths for cpuid_flags for x86 |
commit | commitdiff | tree |
2020-10-15 |
Konstantinos... | add scalar versions of the vectorized functions for... |
commit | commitdiff | tree |
2020-10-15 |
Konstantinos... | add ARM simd_utils vectorized functions for 128-bit... |
commit | commitdiff | tree |
2020-10-15 |
Konstantinos... | add arm simple cpuid_flags |
commit | commitdiff | tree |
2020-10-13 |
Konstantinos... | add ARM version of simd_utils.h |
commit | commitdiff | tree |
2020-10-08 |
Konstantinos... | add arm bitutils.h header |
commit | commitdiff | tree |
2020-10-08 |
Konstantinos... | add C implementation of pdep64() |
commit | commitdiff | tree |
2020-10-08 |
Konstantinos... | move cpuid_flags.h header to common |
commit | commitdiff | tree |
2020-10-07 |
Konstantinos... | use C implementation of popcount for arm |
commit | commitdiff | tree |
2020-10-07 |
Konstantinos... | add arm architecture basic defines |
commit | commitdiff | tree |
2020-10-07 |
Konstantinos... | minor fix |
commit | commitdiff | tree |
2020-10-06 |
Konstantinos... | use right intrinsic |
commit | commitdiff | tree |
2020-10-06 |
Konstantinos... | add necessary modifications to CMake system to enable... |
commit | commitdiff | tree |
2020-10-06 |
Konstantinos... | add arm checks in platform.cmake |
commit | commitdiff | tree |
2020-09-24 |
Konstantinos... | Revert "Revert "move x86 popcount.h implementations... |
commit | commitdiff | tree |
2020-09-24 |
Konstantinos... | Revert "move x86 popcount.h implementations to util... |
commit | commitdiff | tree |
2020-09-23 |
Konstantinos... | fix names, use own intrinsic instead of explicit _mm... |
commit | commitdiff | tree |
2020-09-23 |
Konstantinos... | add some set*() functions, harmonize names, rename... |
commit | commitdiff | tree |
2020-09-22 |
Konstantinos... | move x86 implementations of simd_utils.h to util/arch... |
commit | commitdiff | tree |
2020-09-22 |
Konstantinos... | no need to check for WIN32* |
commit | commitdiff | tree |
2020-09-22 |
Konstantinos... | move andn helper function to bitutils.h |
commit | commitdiff | tree |
next |