Home
last modified time | relevance | path

Searched refs:_blsr_u64 (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp1190 #include <bmiintrin.h> // for _blsr_u64
1209 // unfortunately, we may not get _blsr_u64, but, thankfully, clang
1211 #ifndef _blsr_u64
1213 #define _blsr_u64(n) ((n - 1) & n) macro
1214 #endif // _blsr_u64
1604 #include <bmiintrin.h> // for _blsr_u64
1611 // unfortunately, we may not get _blsr_u64, but, thankfully, clang
1613 #ifndef _blsr_u64
1615 #define _blsr_u64(n) ((n - 1) & n) macro
1616 #endif // _blsr_u64
[all...]

Completed in 12 milliseconds