Commit Graph

1721 Commits

Author SHA1 Message Date
Danila Kutenin
a526f6bb6b Fix all ASAN issues in vectorscan 2022-02-18 17:14:51 +00:00
Konstantinos Margaritis
91e1212084 Merge pull request #90 from BigRedEye/vectorscan-master
Fix word boundary assertions under C++20
2022-02-08 09:20:34 +02:00
BigRedEye
89bc7af867 fix: Mark operator bool explicit 2022-02-08 00:22:23 +03:00
Konstantinos Margaritis
7712703529 Merge pull request #86 from VectorCamp/develop
New release 5.4.6
2022-01-21 12:25:40 +02:00
Konstantinos Margaritis
4bed72525d Merge pull request #87 from VectorCamp/feature/move-debian-package-to-separate-branch
keep debian folder in a separate branch
2022-01-21 12:24:03 +02:00
Konstantinos Margaritis
01de6e7d7b keep debian folder in a separate branch 2022-01-21 12:07:25 +02:00
Konstantinos Margaritis
ad209e1855 Merge pull request #85 from VectorCamp/feature/add-debian-package
Feature/add debian package
2022-01-21 10:12:04 +02:00
Konstantinos Margaritis
8bc999d467 change source format to native, as we include debian folder 2022-01-20 21:03:02 +02:00
Konstantinos Margaritis
96f3092262 fix description, remove sse4.2-support from b-depends 2022-01-20 21:02:46 +02:00
Konstantinos Margaritis
f398a672d0 add ITP bug report 2022-01-20 21:02:30 +02:00
Konstantinos Margaritis
29f31b1c42 add sse4.2-support package to enforce such dependency 2022-01-19 15:08:52 +02:00
Konstantinos Margaritis
0f3558fa71 remove preinst script, not needed as we bumped our deps 2022-01-19 15:08:04 +02:00
Konstantinos Margaritis
ff005c5347 add our copyrights, minor fixes 2022-01-19 14:31:59 +02:00
Konstantinos Margaritis
774279220c defer setting arch/tune flags for FAT_RUNTIME 2022-01-18 20:34:45 +02:00
Konstantinos Margaritis
1c7f01ab17 enable FAT_RUNTIME 2022-01-18 20:32:22 +02:00
Konstantinos Margaritis
d1ced630b8 fix DEB_CMAKE_FLAGS depending on DEB_HOST_ARCH 2021-12-22 13:25:29 +02:00
Konstantinos Margaritis
404785f30f Initial attempt at debian packaging, modified hyperscan packaging 2021-12-22 13:13:12 +02:00
Konstantinos Margaritis
dd7de46109 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
bacb015db7 Minor changes to enable compilation on Mac M1 2021-12-11 15:43:55 +02:00
Konstantinos Margaritis
61ca9717d6 Merge pull request #81 from VectorCamp/feature/add-clang-support
Feature/add clang support
2021-12-07 22:16:38 +02:00
Konstantinos Margaritis
242a460115 minor fixes 2021-12-07 08:49:59 +00:00
Konstantinos Margaritis
b6ddf2b41c fix clang-release-arm compilation 2021-12-07 08:43:52 +00:00
Konstantinos Margaritis
f4ccc40c58 fix wrong castings for NEON 2021-12-06 21:35:51 +00:00
Konstantinos Margaritis
937a1228b4 lower gcc minver to 9 to enable building on Ubuntu 20 LTS 2021-12-06 21:35:37 +00:00
Konstantinos Margaritis
b5840d06b2 update Jenkinsfile for all configurations 2021-12-06 18:38:01 +00:00
Konstantinos Margaritis
b9976fa4da fix typo 2021-12-06 20:33:37 +02:00
Konstantinos Margaritis
ef2bc5cfbc fix compilation with clang and some incomplete/wrong implementations for arm this time 2021-12-06 18:22:58 +00:00
Konstantinos Margaritis
8cba42504d use Jenkinsfile in git 2021-12-03 18:27:21 +02:00
Konstantinos Margaritis
c68e46489b 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
1609e7a56e clang is more strict 2021-12-02 23:09:53 +02:00
Konstantinos Margaritis
d2cbac5f1f don't fail if mtune does not return a valid configuration 2021-12-02 23:09:34 +02:00
Konstantinos Margaritis
a728878e50 Power does not use -march 2021-12-02 18:01:26 +02:00
Konstantinos Margaritis
d86e6bed69 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
65bd33ffff use same definition of the union for all types 2021-12-02 18:00:02 +02:00
Konstantinos Margaritis
4249f5a2a9 set -msse4.2 only on Intel 2021-12-01 21:45:31 +00:00
Konstantinos Margaritis
abeb50843c rework CMakeLists.txt to ensure it works with clang 2021-12-01 23:23:37 +02:00
Konstantinos Margaritis
8520cbc524 fix misompilations with clang++, as it is more strict 2021-12-01 23:22:15 +02:00
Konstantinos Margaritis
896d28845c bump base requirements to SSE4.2 2021-12-01 23:20:02 +02:00
Konstantinos Margaritis
5251c328b3 fix miscompilation with clang 2021-12-01 23:18:57 +02:00
Konstantinos Margaritis
8ac83c11e3 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
cc1a8dd47e fix SVE2 build after the changes 2021-11-25 18:48:24 +02:00
Konstantinos Margaritis
2ce799c229 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
7862af63ec fix unit-internal release builds using __builtin_constant_p() as well 2021-11-25 15:09:01 +02:00
Konstantinos Margaritis
77f9b7edf9 nit 2021-11-25 06:21:07 +00:00
Konstantinos Margaritis
959fea25f7 use __builtin_constant_p() instead for arm as well 2021-11-25 06:20:53 +00:00
Apostolos Tapsas
d73bf231ee Removed duplicates 2021-11-24 15:09:53 +00:00
Apostolos Tapsas
e655d76a01 *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
8a6c3f81e4 Removed accidentaly included header file 2021-11-24 12:11:21 +00:00
Apostolos Tapsas
bc2dcc317d 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
df03302062 WIP:tracking last bugs in failing tests for release build 2021-11-16 15:24:22 +00:00