isildur-g
42653b8a31
also sqlite info for bsd
2024-03-27 17:28:24 +02:00
isildur-g
e2ce866462
some more bsd detail
2024-03-27 17:24:08 +02:00
isildur-g
e239f482fd
more system prep info for bsd
2024-03-27 17:19:56 +02:00
isildur-g
dc371fb682
also added note for CC/CXX vars in fbsd/ppc which are different.
2024-03-27 16:35:21 +02:00
isildur-g
17c78ff23c
more verbose instructions for preparing BSD systems.
2024-03-27 16:31:02 +02:00
G.E.
1ea53768a6
whitespace editing in readme
2024-03-13 17:33:23 +02:00
G.E.
b006d7f620
shortened freebsd text
2024-03-12 16:50:57 +02:00
isildur-g
d0498f942d
typo fix
2024-03-12 13:58:50 +01:00
G.E.
0045a2bdc7
moved HAVE_BUILTIN_POPCOUNT def to cmake
2024-03-12 14:22:39 +02:00
G.E.
226645eaf1
another small cleanup in readme
2024-03-12 12:59:16 +02:00
G.E.
d6d7a96c44
incremental improvement in cleanliness
2024-03-12 12:37:08 +02:00
isildur-g
523db6051d
maybe netbsd is more pedantic about this?
2024-03-06 17:05:55 +01:00
isildur-g
afcbd28d3b
lets not disable warnings
2024-03-06 16:39:34 +01:00
isildur-g
f7a4d41c63
more readme format tinkering
2024-03-06 15:53:03 +01:00
isildur-g
4739c76a11
formatting in readme
2024-03-06 15:50:26 +01:00
G.E.
a6a35e044c
minor change for more certain success in netbsd
2024-03-06 15:28:20 +01:00
G.E.
30ae8505c3
lets rather not add lines of code not yet used anywhere
2024-03-06 14:57:28 +01:00
G.E.
a05c891146
updated readme to reflect FreeBSD build
2024-03-06 12:31:35 +01:00
G.E.
12f61d15ed
support building on NetBSD
2024-03-06 10:48:56 +01:00
Konstantinos Margaritis
71f3e7d994
Merge pull request #229 from ProBrian/bugfix/pcre_check_error
...
fix the pcre versio check error on clang 16
2024-01-29 20:26:57 +02:00
Jingbo Chen
24786ae332
fix the pcre versio check error on clang 16
2024-01-29 10:50:16 +08:00
Konstantinos Margaritis
98eb459ac2
Merge pull request #225 from VectorCamp/feature/cleanup-compiler-warnings
...
According to https://buildbot-ci.vectorcamp.gr/#/changes/93
most builds succceded and with no compiler warnings. The build failures were only on x86 and Arm for SIMDe builds: x86 because of a bug in SIMDe emulation of own x86 intrinsics in non-native mode and Arm due to clang, unsure if this is actually a bug in SIMDe or clang itself. All the remaining compiler warnings that were suppressed was because they were not possible to fix for the scope of this project.
This PR will close #170 , code quality improvements however will continue with the integration of #222 or similar static code analyzer to CI and continuous refactoring.
2024-01-20 22:41:00 +02:00
Konstantinos Margaritis
01658be05d
remove unused warning exceptions
2024-01-20 19:52:31 +02:00
Konstantinos Margaritis
8cd365121d
Revert "fix more unused-variable warnings"
...
This reverts commit afb1a1705f8073ba43b38845d3aa1329634083ed.
2024-01-20 17:46:29 +02:00
Konstantinos Margaritis
68dab83799
Revert "fix unused-variable warning"
...
This reverts commit ac02b589beebad99820a8b42e6b96e598e7da929.
2024-01-20 17:46:29 +02:00
Konstantinos Margaritis
5fa5e142b9
add -Wno-deprecate-lax-vec-conv-all on clang 15 for Power only
2024-01-20 17:45:56 +02:00
Konstantinos Margaritis
528a165c20
Revert "don't demand 32/64-byte alignment if there is no 256/512-bit SIMD engine"
...
This reverts commit 719e1c9be6fd6fd316889ac7625253d0ad9c5fd5.
2024-01-19 17:41:40 +02:00
Konstantinos Margaritis
1a4e878abe
Revert "if we don't have a 256/512-bit SIMD engine, there is no need to have 32/64-byte alignment and gcc complains anyway"
...
This reverts commit 9134cd6250f47034e15ef42981a3257ae4e3d506.
2024-01-19 15:23:11 +02:00
Konstantinos Margaritis
4fb8cee35f
-Wno-pass-failed is only for ppc64le
2024-01-19 11:23:17 +02:00
Konstantinos Margaritis
3d0df318b8
use snprintf() instead
2024-01-18 23:40:38 +02:00
Konstantinos Margaritis
5d38d0d0a5
add needed deprecation warning exceptions for SIMDe on Power VSX
2024-01-18 23:37:59 +02:00
Konstantinos Margaritis
a1258680ac
remove unused constants
2024-01-18 22:08:19 +02:00
Konstantinos Margaritis
ffa6926608
set x86-64-v2 as baseline arch for fat runtime
2024-01-18 22:08:05 +02:00
Konstantinos Margaritis
634c884204
use x86-64-v2 as default x86 arch for SIMDe
2024-01-18 21:24:38 +02:00
Konstantinos Margaritis
b5ae828e61
Merge pull request #226 from ypicchi-arm/opti/remove_unused_instruction_truffle_sve
...
Make the match component of SVE truffle constant time
2024-01-18 21:20:47 +02:00
Konstantinos Margaritis
719e1c9be6
don't demand 32/64-byte alignment if there is no 256/512-bit SIMD engine
2024-01-18 18:37:27 +02:00
Yoan Picchi
01d8a2d768
Make the match component of SVE truffle constant time
...
There are no significant speed up for 128b vectors but we expect some speedup
for wider vectors compared to the previous linear time implementation of the
match.hpp component
Signed-off-by: Yoan Picchi <yoan.picchi@arm.com>
2024-01-18 11:53:45 +00:00
Konstantinos Margaritis
b6e3c66015
WIP: after cleaning up the code, remove the warnings from compilation flags
2024-01-18 00:47:44 +02:00
Konstantinos Margaritis
b106c10b4d
use arch set in cflags-x86.cmake
2024-01-18 00:43:32 +02:00
Konstantinos Margaritis
9e4789d374
fix some build misconfigurations on x86
2024-01-18 00:43:11 +02:00
Konstantinos Margaritis
9134cd6250
if we don't have a 256/512-bit SIMD engine, there is no need to have 32/64-byte alignment and gcc complains anyway
2024-01-18 00:42:36 +02:00
Konstantinos Margaritis
593299e7bb
check the correct define
2024-01-18 00:41:56 +02:00
Konstantinos Margaritis
f6387e34da
add info message
2024-01-18 00:41:23 +02:00
Konstantinos Margaritis
73f70e3d2e
WIP: only keep the absolutely necessary warning exceptions
2024-01-17 17:18:12 +02:00
Konstantinos Margaritis
6b9068db0f
initialize variable
2024-01-17 17:16:02 +02:00
Konstantinos Margaritis
5e1972efce
remove redundant moves
2024-01-17 17:15:32 +02:00
Konstantinos Margaritis
9fac2bf78d
remove unused constant
2024-01-17 17:13:51 +02:00
Konstantinos Margaritis
afb1a1705f
fix more unused-variable warnings
2024-01-17 17:03:19 +02:00
Konstantinos Margaritis
4d2bcff7b4
remove unused variable
2024-01-17 17:02:32 +02:00
Konstantinos Margaritis
ac02b589be
fix unused-variable warning
2024-01-17 17:02:08 +02:00