mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 10:10:35 +03:00
add compress128 function and implementation
This commit is contained in:
@@ -214,6 +214,11 @@ u64a compress64_impl(u64a x, u64a m) {
|
||||
#endif
|
||||
}
|
||||
|
||||
static really_inline
|
||||
u64a compress128_impl(m128 x, m128 m) {
|
||||
compress128_impl_c(x, m);
|
||||
}
|
||||
|
||||
static really_inline
|
||||
u32 expand32_impl(u32 x, u32 m) {
|
||||
#if defined(HAVE_BMI2)
|
||||
|
||||
Reference in New Issue
Block a user