devela::_dep::_std::arch::x86_64

Function _mm_cmpgt_epi16

1.27.0 · Source
pub unsafe fn _mm_cmpgt_epi16(a: __m128i, b: __m128i) -> __m128i
Available on crate feature std and x86-64 only.
Expand description

Compares packed 16-bit integers in a and b for greater-than.

Intel’s documentation