On 10/03/2011 06:43 PM, David Miller wrote: > What exactly is supposed to happen when, for example, the comparison > is between two v4hi values and the conditional move is done on > v2si values? It seems the only requirement is that modes N and M > be vector modes of the same size.
It's supposed to be vector modes of the same size and element count. I.e. only V4SI and V4SF. I guess that's not 100% clear from the documentation... r~