2021-10-12 |
Konstantinos... | fix x86 debug alignr |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | move firstMatch, lastMatch to own header in util |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | minor fixes |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | compilation fixes for debug mode |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | fix arm implementation of alignr() |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | harmonise syntax of x86 SuperVector impl.cpp like arm... |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | style fixes |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | removed obsolete file |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | rename supervector class header, use dup_*() functions... |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | handle GNUCC_ARCH on non-x86 properly |
commit | commitdiff | tree |
2021-10-12 |
apostolos | Truffle simd vectorized |
commit | commitdiff | tree |
2021-10-12 |
George Wort | Fix error in initial noodle double final call. |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | syntax fixes |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | nits |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | fix typo |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | fix unit tests, and resp. ARM SuperVector methods based... |
commit | commitdiff | tree |
2021-10-12 |
apostolos | Supervector Unit Tests |
commit | commitdiff | tree |
2021-10-12 |
George Wort | Add SVE2 support for noodle |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | add missing ARM SuperVector methods, some tests still... |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | disable SuperVector unit tests for now, until ARM suppo... |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | rename arm impl.hpp to impl.cpp, add operator|() to... |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | refactor shufti algorithm to use SuperVector class... |
commit | commitdiff | tree |
2021-10-12 |
George Wort | Add SVE, SVE2, and SVE2_BITPERM as targets |
commit | commitdiff | tree |
2021-10-12 |
George Wort | Enable cross compilation to aarch64 |
commit | commitdiff | tree |
2021-10-12 |
apostolos | SuperVector unit tests |
commit | commitdiff | tree |
2021-10-12 |
apostolos | unit tests for supervector |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | add more functions, move defines here, enable inlining... |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | fix compilation on C++ |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | simplify function |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | move definitions elsewhere |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | move SuperVector versions of noodleEngine scan function... |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | add arm support for the new SuperVector class |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | simplify scanSingleMain() and scanDoubleMain() |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | delete separate implementations |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | add C++ template SIMD library (WIP) |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | add generic SIMD implementation |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | rename project, change to noodle_engine.cpp |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | convert to C++ |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | revert to push_back() |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | add global definitions for CHUNKSIZE/VECTORSIZE, define... |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | fix typo |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | replace push_back by emplace_back where possible |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | use -O3 for C++ code as well, makes a difference |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | merge with master |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | minor optimizations |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | prefetch works best when addresses are 64-byte aligned |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | Revert "replace long macro and switch statement with... |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | replace long macro and switch statement with function... |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | optimise case handling |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | simplify and make scanSingle*()/scanDouble*() more... |
commit | commitdiff | tree |
2021-10-12 |
Konstantinos... | optimize caseMask handling |
commit | commitdiff | tree |
2021-04-13 |
vectorcamp... | added basic Jenkinsfile |
commit | commitdiff | tree |
2021-04-12 |
Konstantinos... | change project name in CMakeLists |
commit | commitdiff | tree |
2021-04-01 |
Robbie Williamson | Update README.md |
commit | commitdiff | tree |
2021-02-15 |
Konstantinos... | bump version v5.4.2+vectorscan |
commit | commitdiff | tree |
2021-02-15 |
Konstantinos... | use correct function names for AVX512, fix build failure v5.4.1+vectorscan |
commit | commitdiff | tree |
2021-02-15 |
Konstantinos... | fix some AVX512 function names, to fix AVX512 build... |
commit | commitdiff | tree |
2021-02-15 |
Konstantinos... | fix x86 implementations for compress128/expand128 |
commit | commitdiff | tree |
2021-02-15 |
Konstantinos... | align array |
commit | commitdiff | tree |
2021-02-15 |
Konstantinos... | use correct include |
commit | commitdiff | tree |
2021-02-15 |
Konstantinos... | add BUILD_AVX2 definition, enable non-AVX2 building... |
commit | commitdiff | tree |
2021-02-15 |
Konstantinos... | Merge branch 'develop' |
commit | commitdiff | tree |
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 |
next |