apostolos
|
feb2d3ccf7
|
SuperVector unit tests
|
2021-10-12 11:51:34 +03:00 |
|
apostolos
|
096fb55faa
|
unit tests for supervector
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
6526df81e4
|
add more functions, move defines here, enable inlining of template specializations only when running optimized code
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
d8b5eb5d17
|
fix compilation on C++
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
273b9683ac
|
simplify function
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
e215157a21
|
move definitions elsewhere
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
05c7c8e576
|
move SuperVector versions of noodleEngine scan functions to _simd.hpp file
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
6e63aafbea
|
add arm support for the new SuperVector class
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
c6406bebde
|
simplify scanSingleMain() and scanDoubleMain()
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
f77837130d
|
delete separate implementations
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
e6c1fa04ce
|
add C++ template SIMD library (WIP)
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
ede2b18564
|
add generic SIMD implementation
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
5213ef579d
|
rename project, change to noodle_engine.cpp
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
7a9a2dd0dc
|
convert to C++
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
2805ff038a
|
revert to push_back()
|
2021-10-12 11:51:33 +03:00 |
|
Konstantinos Margaritis
|
52661f35e8
|
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
|
831091db9e
|
fix typo
|
2021-10-12 11:51:33 +03:00 |
|
Konstantinos Margaritis
|
556206f138
|
replace push_back by emplace_back where possible
|
2021-10-12 11:51:33 +03:00 |
|
Konstantinos Margaritis
|
9f7088a9e0
|
use -O3 for C++ code as well, makes a difference
|
2021-10-12 11:51:33 +03:00 |
|
Konstantinos Margaritis
|
48e9a17f0a
|
merge with master
|
2021-10-12 11:51:20 +03:00 |
|
Konstantinos Margaritis
|
ec5531a6b1
|
minor optimizations
|
2021-10-12 11:50:32 +03:00 |
|
Konstantinos Margaritis
|
d3ff893871
|
prefetch works best when addresses are 64-byte aligned
|
2021-10-12 11:50:32 +03:00 |
|
Konstantinos Margaritis
|
521f233cfd
|
Revert "replace long macro and switch statement with function pointer array and branchless execution"
This reverts commit cc9dfed2494d709aac79051c29adb0a563903ba9.
|
2021-10-12 11:50:32 +03:00 |
|
Konstantinos Margaritis
|
92916e311f
|
replace long macro and switch statement with function pointer array and branchless execution
|
2021-10-12 11:50:32 +03:00 |
|
Konstantinos Margaritis
|
58cface115
|
optimise case handling
|
2021-10-12 11:50:32 +03:00 |
|
Konstantinos Margaritis
|
e3e101b412
|
simplify and make scanSingle*()/scanDouble*() more uniform
|
2021-10-12 11:50:32 +03:00 |
|
Konstantinos Margaritis
|
2f13ad0674
|
optimize caseMask handling
|
2021-10-12 11:50:32 +03:00 |
|
vectorcamp-jenkins
|
a0abf31a82
|
added basic Jenkinsfile
|
2021-04-13 22:52:42 +03:00 |
|
Konstantinos Margaritis
|
f2354537ff
|
change project name in CMakeLists
|
2021-04-12 21:06:28 +03:00 |
|
Robbie Williamson
|
76bd21e521
|
Update README.md
Softened some of the wording around the reason for the fork. ;-)
|
2021-04-01 18:42:38 +03:00 |
|
Konstantinos Margaritis
|
5298333c73
|
bump version
v5.4.2+vectorscan
|
2021-02-15 20:19:09 +02:00 |
|
Konstantinos Margaritis
|
27bd09454f
|
use correct function names for AVX512, fix build failure
v5.4.1+vectorscan
|
2021-02-15 13:54:19 +02:00 |
|
Konstantinos Margaritis
|
741d8246c5
|
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
|
c3c68b1c3f
|
fix x86 implementations for compress128/expand128
|
2021-02-15 13:54:19 +02:00 |
|
Konstantinos Margaritis
|
e21305aa23
|
align array
|
2021-02-15 13:54:19 +02:00 |
|
Konstantinos Margaritis
|
04567ab649
|
use correct include
|
2021-02-15 13:54:19 +02:00 |
|
Konstantinos Margaritis
|
814045201f
|
add BUILD_AVX2 definition, enable non-AVX2 building selectively
|
2021-02-15 13:54:19 +02:00 |
|
Konstantinos Margaritis
|
c078d355b6
|
Merge branch 'develop'
|
2021-02-15 13:44:30 +02:00 |
|
Konstantinos Margaritis
|
9fd94e0062
|
use unaligned loads for short scans
|
2021-02-11 14:21:57 +02:00 |
|
Konstantinos Margaritis
|
d3e03ed88a
|
optimize case mask AND out of the loop
|
2021-02-10 13:29:45 +02:00 |
|
Konstantinos Margaritis
|
be66cdb51d
|
fixes in shifting primitives
|
2021-02-08 19:38:20 +02:00 |
|
Konstantinos Margaritis
|
f541f75400
|
bugfix compress128/expand128, add unit tests
|
2021-02-08 19:20:37 +02:00 |
|
Konstantinos Margaritis
|
d9874898c7
|
make const
|
2021-02-08 19:19:52 +02:00 |
|
Konstantinos Margaritis
|
70c54ef144
|
Merge branch 'develop' of github.com:VectorCamp/vectorscan into develop
|
2021-01-26 18:22:28 +02:00 |
|
Konstantinos Margaritis
|
4cc93f5553
|
add necessary copyright info
|
2021-01-25 15:42:18 +02:00 |
|
Konstantinos Margaritis
|
dfd39fadb0
|
add links to Intel PRs
|
2021-01-25 15:29:41 +02:00 |
|
Konstantinos Margaritis
|
d8cece7cd2
|
modify README with name change
|
2021-01-25 15:27:50 +02:00 |
|
Wang Xiang W
|
6a8a7a6c01
|
Bump version number for release
vectorscan-v5.4.0
|
2021-01-25 14:13:13 +02:00 |
|
Wang Xiang W
|
6377a73b2b
|
changelog: updates for 5.4.0 release
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
52f658ac55
|
Fix Klocwork scan issues.
|
2021-01-25 14:13:13 +02:00 |
|