On 09/06/2013 05:57 PM, Matt Turner wrote:
> This series implements a small extension that adds int, uint, and bool
> as allowable types to the mix() built-in function. We hope to make it
> an EXT extension soon.
>
> I found myself wanting a per-component conditional-select operation
> when implem
This series implements a small extension that adds int, uint, and bool
as allowable types to the mix() built-in function. We hope to make it
an EXT extension soon.
I found myself wanting a per-component conditional-select operation
when implementing the ldexp() and frexp() built-ins, and this
exte