Konstantinos Margaritis
|
8c71238d60
|
Initial attempt at debian packaging, modified hyperscan packaging
|
2021-12-22 13:13:12 +02:00 |
|
Konstantinos Margaritis
|
90018f927f
|
Merge pull request #82 from VectorCamp/feature/add-macos-support
Minor changes to enable compilation on Mac M1
|
2021-12-12 01:13:14 +02:00 |
|
Konstantinos Margaritis
|
467db4a268
|
Minor changes to enable compilation on Mac M1
|
2021-12-11 15:43:55 +02:00 |
|
Konstantinos Margaritis
|
1718e33544
|
Merge pull request #81 from VectorCamp/feature/add-clang-support
Feature/add clang support
|
2021-12-07 22:16:38 +02:00 |
|
Konstantinos Margaritis
|
4589f1742e
|
minor fixes
|
2021-12-07 08:49:59 +00:00 |
|
Konstantinos Margaritis
|
fd2eabd071
|
fix clang-release-arm compilation
|
2021-12-07 08:43:52 +00:00 |
|
Konstantinos Margaritis
|
fec557c1f9
|
fix wrong castings for NEON
|
2021-12-06 21:35:51 +00:00 |
|
Konstantinos Margaritis
|
deeb113977
|
lower gcc minver to 9 to enable building on Ubuntu 20 LTS
|
2021-12-06 21:35:37 +00:00 |
|
Konstantinos Margaritis
|
d3f0d8dd70
|
update Jenkinsfile for all configurations
|
2021-12-06 18:38:01 +00:00 |
|
Konstantinos Margaritis
|
1b6f37d626
|
fix typo
|
2021-12-06 20:33:37 +02:00 |
|
Konstantinos Margaritis
|
290eabbca0
|
fix compilation with clang and some incomplete/wrong implementations for arm this time
|
2021-12-06 18:22:58 +00:00 |
|
Konstantinos Margaritis
|
58bfe5423e
|
use Jenkinsfile in git
|
2021-12-03 18:27:21 +02:00 |
|
Konstantinos Margaritis
|
07ce6d8e7f
|
fix build failures with clang on x86, make sure compilation works on other Power as well
|
2021-12-03 16:24:58 +02:00 |
|
Konstantinos Margaritis
|
7cad514366
|
clang is more strict
|
2021-12-02 23:09:53 +02:00 |
|
Konstantinos Margaritis
|
6b364021d1
|
don't fail if mtune does not return a valid configuration
|
2021-12-02 23:09:34 +02:00 |
|
Konstantinos Margaritis
|
451d539f1d
|
Power does not use -march
|
2021-12-02 18:01:26 +02:00 |
|
Konstantinos Margaritis
|
5aae719ecd
|
fix build with clang, in particular VSX uses long long instead of int64_t, gcc allows this, clang does not
|
2021-12-02 18:01:00 +02:00 |
|
Konstantinos Margaritis
|
4aa32275f1
|
use same definition of the union for all types
|
2021-12-02 18:00:02 +02:00 |
|
Konstantinos Margaritis
|
5d23e6dab6
|
set -msse4.2 only on Intel
|
2021-12-01 21:45:31 +00:00 |
|
Konstantinos Margaritis
|
1f4143de81
|
rework CMakeLists.txt to ensure it works with clang
|
2021-12-01 23:23:37 +02:00 |
|
Konstantinos Margaritis
|
0221dc1771
|
fix misompilations with clang++, as it is more strict
|
2021-12-01 23:22:15 +02:00 |
|
Konstantinos Margaritis
|
7d600c4fcb
|
bump base requirements to SSE4.2
|
2021-12-01 23:20:02 +02:00 |
|
Konstantinos Margaritis
|
404a0ab0f4
|
fix miscompilation with clang
|
2021-12-01 23:18:57 +02:00 |
|
Konstantinos Margaritis
|
6f20276b2f
|
Merge pull request #80 from VectorCamp/bugfix/fix-SVE2-build
fix SVE2 build after the changes
|
2021-11-25 22:19:12 +02:00 |
|
Konstantinos Margaritis
|
81fba99f3a
|
fix SVE2 build after the changes
|
2021-11-25 18:48:24 +02:00 |
|
Konstantinos Margaritis
|
8dec4e8d85
|
Merge pull request #79 from Apostolos00tapsas/feature/complete-power9-VSX-support
Feature/complete power9 vsx support
|
2021-11-25 18:40:17 +02:00 |
|
Konstantinos Margaritis
|
7ceca78db4
|
fix unit-internal release builds using __builtin_constant_p() as well
|
2021-11-25 15:09:01 +02:00 |
|
Konstantinos Margaritis
|
00384c9e37
|
nit
|
2021-11-25 06:21:07 +00:00 |
|
Konstantinos Margaritis
|
cd95b1a38c
|
use __builtin_constant_p() instead for arm as well
|
2021-11-25 06:20:53 +00:00 |
|
Apostolos Tapsas
|
725a8d8f1a
|
Removed duplicates
|
2021-11-24 15:09:53 +00:00 |
|
Apostolos Tapsas
|
35e5369c70
|
*fix palignr implementation for VSX Release mode
*add unit test for palignr
*enable unit test building for Release mode
|
2021-11-24 15:03:49 +00:00 |
|
Apostolos Tapsas
|
bfc8da1102
|
Removed accidentaly included header file
|
2021-11-24 12:11:21 +00:00 |
|
Apostolos Tapsas
|
e13bfec734
|
found and solved very hard to track bug of intrinsic function palignr, that manifested only in Release builds and not Debug builds in a particular number of tests
|
2021-11-24 11:18:18 +00:00 |
|
Apostolos Tapsas
|
0287724413
|
WIP:tracking last bugs in failing tests for release build
|
2021-11-16 15:24:22 +00:00 |
|
Apostolos Tapsas
|
54158a1746
|
vermicelli and match implementations for ppc64el added
|
2021-11-13 19:36:46 +00:00 |
|
apostolos
|
e09d8674b4
|
resolving conficts after merging
|
2021-11-13 18:58:22 +02:00 |
|
Konstantinos Margaritis
|
7e7c50bdd7
|
Merge pull request #78 from VectorCamp/feature/refactor-vermicelli
Feature/refactor vermicelli
|
2021-11-12 23:06:46 +02:00 |
|
apostolos
|
4114b8a480
|
SuperVector opandnot test enriched
|
2021-11-10 15:12:25 +02:00 |
|
apostolos
|
942deb7d80
|
test for load m128 from u64a function added
|
2021-11-10 09:01:28 +02:00 |
|
Konstantinos Margaritis
|
41b98d7d8f
|
add len parameter to arm matchers as well
|
2021-11-08 19:45:36 +00:00 |
|
Konstantinos Margaritis
|
dcf6b59e8d
|
split vermicelli block implementations per arch
|
2021-11-08 19:45:21 +00:00 |
|
Apostolos Tapsas
|
82bea29f4e
|
simd_utils functions fixed
|
2021-11-08 14:22:58 +00:00 |
|
Apostolos Tapsas
|
ba90cdeb5a
|
SuperVector constructors as well as andnot implementation fixed
|
2021-11-05 13:34:48 +00:00 |
|
Konstantinos Margaritis
|
24fa54081b
|
add len parameter and mask, fixes corner cases on AVX512
|
2021-11-05 14:30:22 +02:00 |
|
Konstantinos Margaritis
|
210295a702
|
remove vermicelli.h and replace it with vermicelli.hpp
|
2021-11-02 22:30:53 +02:00 |
|
Konstantinos Margaritis
|
869d2bd53b
|
refactor vermicelliDoubleMaskedExec()
|
2021-11-02 22:30:21 +02:00 |
|
Konstantinos Margaritis
|
16f3cca98b
|
add vermicelli.hpp to includes
|
2021-11-01 16:40:17 +00:00 |
|
Konstantinos Margaritis
|
59505f98ba
|
remove vermicelli_sse.h
|
2021-11-01 16:40:01 +00:00 |
|
Konstantinos Margaritis
|
d55c74b6c4
|
fix arm matchers
|
2021-11-01 16:31:38 +00:00 |
|
Konstantinos Margaritis
|
f6fd845400
|
complete refactoring and unification of Vermicelli functions
|
2021-11-01 16:28:50 +00:00 |
|