Function core::arch::x86_64::_kxor_mask32 [−][src]
pub unsafe fn _kxor_mask32(a: __mmask32, b: __mmask32) -> __mmask32
This is supported on x86-64 and target feature
avx512bw
only.Expand description
计算 32 位掩码 a 和 b 的按位 XOR,并将结果存储在 k 中。