Konstantinos Margaritis
|
f2e45ccc06
|
remove simd_utils.c
|
2021-10-12 11:51:35 +03:00 |
|
Konstantinos Margaritis
|
3248393d1a
|
use movemask
|
2021-10-12 11:51:35 +03:00 |
|
Konstantinos Margaritis
|
5563f0c3b6
|
firstMatch/lastMatch are now arch-dependent, emulating movemask on non-Intel is very costly, the alternative is almost twice as fast on Arm
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
cf4b95fff2
|
remove Windows/ICC support
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
7262ae8b74
|
simplify function
|
2021-10-12 11:51:34 +03:00 |
|
Konstantinos Margaritis
|
317fb3dcfc
|
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
|
5171627e3b
|
fix typo
|
2021-10-12 11:51:33 +03:00 |
|
Konstantinos Margaritis
|
73bab6346d
|
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
|
2a2609229c
|
fix x86 implementations for compress128/expand128
|
2021-02-15 13:54:19 +02:00 |
|
Konstantinos Margaritis
|
71c59a95e9
|
add BUILD_AVX2 definition, enable non-AVX2 building selectively
|
2021-02-15 13:54:19 +02:00 |
|
Wang Xiang W
|
723b469cf7
|
Limex: exception handling with AVX512
|
2021-01-25 14:13:13 +02:00 |
|
Chang, Harry
|
86b57e409f
|
Add cpu feature / target info "AVX512VBMI".
|
2021-01-25 14:13:13 +02:00 |
|
Zhu,Wenjun
|
1c8c7ea806
|
MCSHENG64: extend to 64-state based on mcsheng
|
2021-01-25 14:13:13 +02:00 |
|
Hong, Yang A
|
8436f95f24
|
lookaround:
add 64x8 and 64x16 shufti models
add mask64 model
expand entry quantity
|
2021-01-25 14:13:13 +02:00 |
|
Konstantinos Margaritis
|
0b14b24616
|
add expand128() implementation for NEON
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
59af972d72
|
fix IA32 build, as we need minimum SSSE3 support for compilation to succeed
|
2020-12-30 19:57:44 +02:00 |
|
Konstantinos Margaritis
|
bddf7b9209
|
fix x86 compilation
|
2020-12-08 11:42:30 +02:00 |
|
Konstantinos Margaritis
|
1d02082052
|
remove debug from functions
|
2020-11-05 20:33:17 +02:00 |
|
Konstantinos Margaritis
|
c728b76898
|
add compress128 function and implementation
|
2020-11-05 19:20:06 +02: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
|
a0912a2ce5
|
move cpuid_flags.h header to common
|
2020-10-08 20:49:33 +03:00 |
|
Konstantinos Margaritis
|
427c98743f
|
minor fix
|
2020-10-07 14:26:41 +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
|
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
|
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 |
|