Konstantinos Margaritis
|
c9b338fd6c
|
fix ARM implementations
|
2020-10-30 10:38:41 +02:00 |
|
Konstantinos Margaritis
|
3df337b457
|
don't use SSE directly in the tests
|
2020-10-30 10:38:05 +02:00 |
|
Konstantinos Margaritis
|
d48a4d6171
|
don't redefine function on x86
|
2020-10-16 13:09:08 +03:00 |
|
Konstantinos Margaritis
|
a34cbf8edb
|
scalar implementations of diffrich256 and diffrich384
|
2020-10-16 13:02:40 +03:00 |
|
Konstantinos Margaritis
|
7248399f8a
|
Revert "move x86 popcount.h implementations to util/arch/x86/popcount.h"
This reverts commit 6581aae90e.
|
2020-10-16 12:32:44 +03:00 |
|
Konstantinos Margaritis
|
75aadb76f8
|
split arch-agnostic simd_utils.h functions into the common file
|
2020-10-16 12:30:34 +03:00 |
|
Konstantinos Margaritis
|
74919026c3
|
fix compilation paths for cpuid_flags for x86
|
2020-10-16 12:29:45 +03:00 |
|
Konstantinos Margaritis
|
6ff47528ba
|
add scalar versions of the vectorized functions for architectures that don't support 256-bit/512-bit SIMD vectors such as ARM
|
2020-10-15 16:30:18 +03:00 |
|
Konstantinos Margaritis
|
08c3114090
|
add ARM simd_utils vectorized functions for 128-bit vectors
|
2020-10-15 16:26:49 +03:00 |
|
Konstantinos Margaritis
|
64535610f5
|
add arm simple cpuid_flags
|
2020-10-15 16:26:04 +03:00 |
|
Konstantinos Margaritis
|
d3b33ac02d
|
add ARM version of simd_utils.h
|
2020-10-13 09:19:56 +03:00 |
|
Konstantinos Margaritis
|
73297dea33
|
add arm bitutils.h header
|
2020-10-08 20:50:55 +03:00 |
|
Konstantinos Margaritis
|
d142a92b93
|
add C implementation of pdep64()
|
2020-10-08 20:50:18 +03:00 |
|
Konstantinos Margaritis
|
a0912a2ce5
|
move cpuid_flags.h header to common
|
2020-10-08 20:49:33 +03:00 |
|
Konstantinos Margaritis
|
f424f16070
|
use C implementation of popcount for arm
|
2020-10-07 14:28:45 +03:00 |
|
Konstantinos Margaritis
|
b77ffbf4ed
|
add arm architecture basic defines
|
2020-10-07 14:28:12 +03:00 |
|
Konstantinos Margaritis
|
427c98743f
|
minor fix
|
2020-10-07 14:26:41 +03:00 |
|
Konstantinos Margaritis
|
e8920de9e8
|
use right intrinsic
|
2020-10-06 13:45:52 +03:00 |
|
Konstantinos Margaritis
|
cde2f4c81b
|
add necessary modifications to CMake system to enable building on ARM, add arm_neon.h intrinsic header to intrinsics.h
|
2020-10-06 12:44:23 +03:00 |
|
Konstantinos Margaritis
|
f1b6dd3448
|
add arm checks in platform.cmake
|
2020-10-06 08:09:18 +03:00 |
|
Konstantinos Margaritis
|
6a1d5b4a0b
|
Revert "Revert "move x86 popcount.h implementations to util/arch/x86/popcount.h""
This reverts commit 04fbf24681.
|
2020-09-24 11:52:59 +03:00 |
|
Konstantinos Margaritis
|
13c2e10525
|
Revert "move x86 popcount.h implementations to util/arch/x86/popcount.h"
This reverts commit 6581aae90e.
|
2020-09-24 10:01:50 +03:00 |
|
Konstantinos Margaritis
|
8ef26f19fc
|
fix names, use own intrinsic instead of explicit _mm* ones
|
2020-09-23 11:51:21 +03:00 |
|
Konstantinos Margaritis
|
4fd0723532
|
add some set*() functions, harmonize names, rename setAxB to set1_AxB when using mm_set1_* internally
|
2020-09-23 11:49:26 +03:00 |
|
Konstantinos Margaritis
|
3f0f9e6052
|
move x86 implementations of simd_utils.h to util/arch/x86/
|
2020-09-22 13:12:07 +03:00 |
|
Konstantinos Margaritis
|
2db39eb329
|
no need to check for WIN32*
|
2020-09-22 13:10:52 +03:00 |
|
Konstantinos Margaritis
|
b0cf02fdc1
|
move andn helper function to bitutils.h
|
2020-09-22 12:17:27 +03:00 |
|
Konstantinos Margaritis
|
25f0c7823a
|
move x86 popcount.h implementations to util/arch/x86/popcount.h
|
2020-09-22 11:45:24 +03:00 |
|
Konstantinos Margaritis
|
50bd64468c
|
move x86 bitutils.h implementations to util/arch/x86/bitutils.h
|
2020-09-22 11:02:07 +03:00 |
|
Konstantinos Margaritis
|
09993e5190
|
fix include paths for masked_move
|
2020-09-18 12:55:57 +03:00 |
|
Konstantinos Margaritis
|
9221905642
|
move masked_move* AVX2 implementation to util/arch/x86
|
2020-09-18 12:51:39 +03:00 |
|
Konstantinos Margaritis
|
edf4614db2
|
move crc32 SSE42 implementation to util/arch/x86
|
2020-09-18 12:48:14 +03:00 |
|
Konstantinos Margaritis
|
cc81d7f578
|
move cpuid stuff to util/arch/x86
|
2020-09-17 20:35:39 +03:00 |
|
Konstantinos Margaritis
|
57bb5dbafa
|
move x86 arch and SIMD types to x86 arch folder
|
2020-09-17 19:00:48 +03:00 |
|
Hong, Yang A
|
c00683d739
|
Merge branch 'github_develop' into github_master
v5.3.0
|
2020-05-25 14:30:57 +00:00 |
|
Hong, Yang A
|
c758cdfb07
|
Bump version number for release
|
2020-05-25 14:22:49 +00:00 |
|
Hong, Yang A
|
016457d555
|
changelog: updates for 5.3.0 release
|
2020-05-25 14:22:42 +00:00 |
|
Hong, Yang A
|
f1db5b71d8
|
tools/fuzz: add test scripts for synthetic pattern generation.
|
2020-05-25 14:22:18 +00:00 |
|
Hong, Yang A
|
4d33736a5c
|
gcc-10: fix hyperscan compile issue
Fixes github issue #239
|
2020-05-25 13:47:53 +00:00 |
|
Hong, Yang A
|
765b8f9fb9
|
literal API: remove HS_FLAG_MULTILINE flag support
fixes github issue #237
|
2020-05-25 13:47:53 +00:00 |
|
Hong, Yang A
|
88a18dcf98
|
add AVX512 support for vermicelli model
|
2020-05-25 13:47:53 +00:00 |
|
Hong, Yang A
|
ec68facfaa
|
hsbench: add hyphen support for -T option
|
2020-05-25 13:47:53 +00:00 |
|
Hong, Yang A
|
3ff54f68e4
|
add Hyperscan version marcro in public header
|
2020-05-25 13:47:53 +00:00 |
|
Chang, Harry
|
e665e959a0
|
Revert to AVX2 Fat Teddy instead of AVX512 reinforced Fat Teddy.
|
2020-05-25 13:47:53 +00:00 |
|
Chang, Harry
|
43204dda48
|
AVX512VBMI Teddy.
|
2020-05-25 13:47:53 +00:00 |
|
Federico G. Schwindt
|
55f336751d
|
Fix undefined behaviour
Just use stat and opendir. Fixes #228.
While here correct the error message.
|
2020-05-25 13:47:53 +00:00 |
|
Petr Vaněk
|
a742a5fb8b
|
Fix few typos in CMakeLists.txt
Signed-off-by: Petr Vaněk <pv@excello.cz>
|
2020-05-25 13:47:53 +00:00 |
|
Hong, Yang A
|
22991f2da1
|
update description of HS_FLAG_SOM_LEFTMOST to eliminate ambiguity
|
2020-05-25 13:47:53 +00:00 |
|
Hong, Yang A
|
8344395bfd
|
avoid crash in addLitExpression()
fixes github issue #205
|
2020-05-25 13:47:53 +00:00 |
|
Wang Xiang W
|
934473f406
|
hscollider: fix UTF8 check for patterns
|
2020-05-25 13:47:53 +00:00 |
|