On Thu, Oct 23, 2014 at 1:56 PM, Timothy Arceri <t_arceri at yahoo.com.au> wrote: > On Thu, 2014-10-23 at 09:20 -0600, Brian Paul wrote: >> >> Can something similar be done for 16-bit values? >> > > Yes there are _mm_max_epu16 and _mm_min_epu16 intrinsics too. And for 8-bit as well, which is part of SSE(1).