Commit Graph

1387 Commits

Author SHA1 Message Date
Konstantinos Margaritis
c3101d53f4 add C++ template SIMD library (WIP) 2021-10-12 11:51:34 +03:00
Konstantinos Margaritis
7c303b62e3 add generic SIMD implementation 2021-10-12 11:51:34 +03:00
Konstantinos Margaritis
c96cfd73c4 rename project, change to noodle_engine.cpp 2021-10-12 11:51:34 +03:00
Konstantinos Margaritis
718cc7be1d convert to C++ 2021-10-12 11:51:34 +03:00
Konstantinos Margaritis
26bb00a932 revert to push_back() 2021-10-12 11:51:33 +03:00
Konstantinos Margaritis
317fb3dcfc add global definitions for CHUNKSIZE/VECTORSIZE, define HAVE_AVX512* only when BUILD_AVX512 is also enabled 2021-10-12 11:51:33 +03:00
Konstantinos Margaritis
5171627e3b fix typo 2021-10-12 11:51:33 +03:00
Konstantinos Margaritis
3f35a2be37 replace push_back by emplace_back where possible 2021-10-12 11:51:33 +03:00
Konstantinos Margaritis
1cdb7312cb use -O3 for C++ code as well, makes a difference 2021-10-12 11:51:33 +03:00
Konstantinos Margaritis
e67148b315 merge with master 2021-10-12 11:51:20 +03:00
Konstantinos Margaritis
361aa4b900 minor optimizations 2021-10-12 11:50:32 +03:00
Konstantinos Margaritis
acb542a5be prefetch works best when addresses are 64-byte aligned 2021-10-12 11:50:32 +03:00
Konstantinos Margaritis
68b92f338d Revert "replace long macro and switch statement with function pointer array and branchless execution"
This reverts commit cc9dfed249.
2021-10-12 11:50:32 +03:00
Konstantinos Margaritis
381ef41168 replace long macro and switch statement with function pointer array and branchless execution 2021-10-12 11:50:32 +03:00
Konstantinos Margaritis
95b929ed26 optimise case handling 2021-10-12 11:50:32 +03:00
Konstantinos Margaritis
ffb6a95e72 simplify and make scanSingle*()/scanDouble*() more uniform 2021-10-12 11:50:32 +03:00
Konstantinos Margaritis
da6216e42d optimize caseMask handling 2021-10-12 11:50:32 +03:00
vectorcamp-jenkins
26adf6e431 added basic Jenkinsfile 2021-04-13 22:52:42 +03:00
Konstantinos Margaritis
b641eee167 change project name in CMakeLists 2021-04-12 21:06:28 +03:00
Robbie Williamson
5733492846 Update README.md
Softened some of the wording around the reason for the fork. ;-)
2021-04-01 18:42:38 +03:00
Konstantinos Margaritis
ff526ebfb8 bump version 2021-02-15 20:19:09 +02:00
Konstantinos Margaritis
1c1bca4f98 use correct function names for AVX512, fix build failure 2021-02-15 13:54:19 +02:00
Konstantinos Margaritis
73bab6346d fix some AVX512 function names, to fix AVX512 build failure, also rename the expand* functions to broadcast*() ones for consistency 2021-02-15 13:54:19 +02:00
Konstantinos Margaritis
2a2609229c fix x86 implementations for compress128/expand128 2021-02-15 13:54:19 +02:00
Konstantinos Margaritis
fd881a22ef align array 2021-02-15 13:54:19 +02:00
Konstantinos Margaritis
f838d46cc2 use correct include 2021-02-15 13:54:19 +02:00
Konstantinos Margaritis
71c59a95e9 add BUILD_AVX2 definition, enable non-AVX2 building selectively 2021-02-15 13:54:19 +02:00
Konstantinos Margaritis
d602a78f22 Merge branch 'develop' 2021-02-15 13:44:30 +02:00
Konstantinos Margaritis
e12a6a0fd2 use unaligned loads for short scans 2021-02-11 14:21:57 +02:00
Konstantinos Margaritis
ecd2842217 optimize case mask AND out of the loop 2021-02-10 13:29:45 +02:00
Konstantinos Margaritis
e2ed30f42c fixes in shifting primitives 2021-02-08 19:38:20 +02:00
Konstantinos Margaritis
2ebb7d2b21 bugfix compress128/expand128, add unit tests 2021-02-08 19:20:37 +02:00
Konstantinos Margaritis
1e41465eff make const 2021-02-08 19:19:52 +02:00
Konstantinos Margaritis
8472a12ef3 Merge branch 'develop' of github.com:VectorCamp/vectorscan into develop 2021-01-26 18:22:28 +02:00
Konstantinos Margaritis
a9850cccc9 add necessary copyright info 2021-01-25 15:42:18 +02:00
Konstantinos Margaritis
38f2ba678b add links to Intel PRs 2021-01-25 15:29:41 +02:00
Konstantinos Margaritis
ff58049032 modify README with name change 2021-01-25 15:27:50 +02:00
Wang Xiang W
bd29733de2 Bump version number for release 2021-01-25 14:13:13 +02:00
Wang Xiang W
e3e9d65b80 changelog: updates for 5.4.0 release 2021-01-25 14:13:13 +02:00
Chang, Harry
686e73c35e Fix Klocwork scan issues. 2021-01-25 14:13:13 +02:00
Wang Xiang W
911a70b2d9 chimera: fix return value handling
Fixes github issue #270
2021-01-25 14:13:13 +02:00
Wang Xiang W
723b469cf7 Limex: exception handling with AVX512 2021-01-25 14:13:13 +02:00
Chang, Harry
80c4d1bc6b Logical Combination: use hs_misc_free instead of free.
fixes github issue #284
2021-01-25 14:13:13 +02:00
Hong, Yang A
5450ef34f2 examples: add cmake enabling option BUILD_EXAMPLES. 2021-01-25 14:13:13 +02:00
Piotr Skamruk
4081937814 [dev-reference] Fix minor typo in docs 2021-01-25 14:13:13 +02:00
Walt Stoneburner
058de736ab Fixed several typos
Fixed spellings of regular, interpretation, and grammar to improve readability.

Fixes github issue #242
2021-01-25 14:13:13 +02:00
Wang Xiang W
5bd1ee9888 Adjust sensitive terms 2021-01-25 14:13:13 +02:00
Wang Xiang W
a307e11283 limex: add fast NFA check 2021-01-25 14:13:13 +02:00
Chang, Harry
191cfef6cd Discard HAVE_AVX512VBMI checks at Sheng/McSheng compile time. 2021-01-25 14:13:13 +02:00
Chang, Harry
86b57e409f Add cpu feature / target info "AVX512VBMI". 2021-01-25 14:13:13 +02:00