Function core::arch::x86::_mm512_kortestc[][src]

pub unsafe fn _mm512_kortestc(a: __mmask16, b: __mmask16) -> i32
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature avx512f only.
Expand description

在 k1 和 k2 之间执行按位或运算,将结果存储在 dst 中。如果 dst 全为 1,则设置 CF 标志。

Intel’s documentation