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