Re: Check mask argument's type when vectorising conditional functions

2020-01-06 Thread Jeff Law
On Mon, 2019-12-23 at 14:44 +, Richard Sandiford wrote: > We can't yet vectorise conditional internal functions whose boolean > condition is fed by a data access (or more generally, by a tree of logic > ops in which all the leaves are data accesses). Although we should add > that eventually, w

Check mask argument's type when vectorising conditional functions

2019-12-23 Thread Richard Sandiford
We can't yet vectorise conditional internal functions whose boolean condition is fed by a data access (or more generally, by a tree of logic ops in which all the leaves are data accesses). Although we should add that eventually, we'd need further work to generate good-quality code. Unlike vectori