simd comparison operator?

bearophile bearophileHUGS at lycos.com
Tue Feb 19 09:46:55 PST 2013


John Colvin:

> a) quite counter-intuitive. An operation between two normal, 
> heap allocated arrays generating a stack allocated array, with 
> the scoping rules that entails?

Then maybe:

bool[4] res = a > b;

Bye,
bearophile


More information about the Digitalmars-d mailing list