Lines Matching defs:_blsr_u64
1190 #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)
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)
1616 #endif // _blsr_u64