On Sat, 14 Jun 2014, Hendrik Siedelmann wrote:
I'm trying to use the vector extensions, but I'm unable to find common functions like min/max or saturated arithmetic. Given that those are pretty essential simd instructions I expected something like _builtin_min(). Are there other ways to express those instructions?
Did you try (a<b)?a:b ? -- Marc Glisse