mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 15:52:27 +03:00
add compress128 function and implementation
This commit is contained in:
@@ -120,6 +120,11 @@ u64a compress64(u64a x, u64a m) {
|
||||
return compress64_impl(x, m);
|
||||
}
|
||||
|
||||
static really_inline
|
||||
m128 compress128(m128 x, m128 m) {
|
||||
return compress128_impl(x, m);
|
||||
}
|
||||
|
||||
static really_inline
|
||||
u32 expand32(u32 x, u32 m) {
|
||||
return expand32_impl(x, m);
|
||||
|
Reference in New Issue
Block a user