mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 15:52:27 +03:00
add expand128() implementation for NEON
This commit is contained in:
committed by
Konstantinos Margaritis
parent
644aac5e1b
commit
1c581e45e9
@@ -135,6 +135,10 @@ u64a expand64(u64a x, u64a m) {
|
||||
return expand64_impl(x, m);
|
||||
}
|
||||
|
||||
static really_inline
|
||||
m128 expand128(m128 x, m128 m) {
|
||||
return expand128_impl(x, m);
|
||||
}
|
||||
|
||||
/* returns the first set bit after begin (if not ~0U). If no bit is set after
|
||||
* begin returns ~0U
|
||||
|
Reference in New Issue
Block a user