Functions§
- bernoulli_
compare_ ⚠avx512 - Compare 64 random bytes against an unsigned threshold and return bit mask.
- dot_
f64_ ⚠avx512 - Dot product of two f64 slices using AVX-512.
- fused_
and_ ⚠popcount_ avx512 - Fused AND+popcount over packed words using AVX-512 VPOPCNTDQ.
- fused_
xor_ ⚠popcount_ avx512 - Fused XOR+popcount over packed words using AVX-512 VPOPCNTDQ.
- max_
f64_ ⚠avx512 - Maximum of f64 slice using AVX-512.
- pack_
avx512 ⚠ - Pack u8 bits into u64 words using AVX-512 k-mask compare.
- popcount_
avx512 ⚠ - Count set bits in 64-bit words using AVX-512 VPOPCNTDQ.
- scale_
f64_ ⚠avx512 - Scale f64 slice in-place: y[i] *= alpha, using AVX-512.
- sum_
f64_ ⚠avx512 - Sum of f64 slice using AVX-512.