Function core::arch::x86_64::_mm_cmpistrc 1.27.0[−][src]
pub unsafe fn _mm_cmpistrc<const IMM8: i32>(a: __m128i, b: __m128i) -> i32
This is supported on x86-64 and target feature
sse4.2
only.Expand description
使用 IMM8
中的控件将包装的字符串与 a
和 b
中的隐式长度进行比较,如果结果掩码不为零,则返回 1
,否则返回 0
。