mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 11:44:28 +03:00
add missing pdep64 for x86 bitutils
This commit is contained in:
@@ -282,7 +282,7 @@ u64a pext64_impl(u64a x, u64a mask) {
|
|||||||
|
|
||||||
#if defined(HAVE_BMI2) && defined(ARCH_64_BIT)
|
#if defined(HAVE_BMI2) && defined(ARCH_64_BIT)
|
||||||
static really_inline
|
static really_inline
|
||||||
u64a pdep64(u64a x, u64a mask) {
|
u64a pdep64_impl(u64a x, u64a mask) {
|
||||||
return _pdep_u64(x, mask);
|
return _pdep_u64(x, mask);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user