Function _mm_cmpestri
#[target_feature(enable = "sse4.2")]
pub fn _mm_cmpestri(a: __m128i, la: i32, b: __m128i, lb: i32, IMM8: i32) -> i32
Compares packed strings a and b with lengths la and lb using the
control in IMM8 and return the generated index. Similar to
_mm_cmpistri with the exception that _mm_cmpistri implicitly
determines the length of a and b.
Control modes
The control specified by IMM8 may be one or more of the following.
Data size and signedness
Comparison options
Result polarity
Bit returned
Examples
use *;
use *;
#