On Thu, Oct 23, 2014 at 4:56 PM, Timothy Arceri <t_arc...@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 those only need SSE2 iirc. There are also _mm256_* intrinsics for
avx2... so many options. The OpenMP thing starts looking more and more
attractive... Or something based on the gcc-4.x alternatives thing.

  -ilia
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to