Konstantinos Margaritis
|
1e41465eff
|
make const
|
2021-02-08 19:19:52 +02:00 |
|
Konstantinos Margaritis
|
72e044fc16
|
fix non-const char * write-strings compile error
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
f30ced88c2
|
add some useful intrinsics
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
0b14b24616
|
add expand128() implementation for NEON
|
2021-01-25 12:13:35 +02:00 |
|
Konstantinos Margaritis
|
fe2fbc4af8
|
define debug vector print functions to NULL in non-debug mode
|
2020-12-03 19:27:05 +02:00 |
|
Konstantinos Margaritis
|
fe4196da3e
|
helper functions to print a m128 vector in debug mode
|
2020-11-24 17:57:16 +02:00 |
|
Konstantinos Margaritis
|
c728b76898
|
add compress128 function and implementation
|
2020-11-05 19:20:06 +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
|
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
|
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
|
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
|
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 |
|