Function core::arch::x86_64::_mm512_kortestc

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

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

Intel’s documentation