September 09, 2001
Does thing like that will be possible :

int[50] a,b,c;

c=a*b; //which signify a[0]*b[0]=c[0],...

It could very usefull to produice quick code (use of SIMD stuff).

Is it include too ?

nicO
September 09, 2001
nicO wrote in message <3B9C346F.4F528712@ifrance.com>...
>Does thing like that will be possible :
>
>int[50] a,b,c;
>
>c=a*b; //which signify a[0]*b[0]=c[0],...
>
>It could very usefull to produice quick code (use of SIMD stuff).
>
>Is it include too ?
>
>nicO

Yes, it is included, but it likely won't be implemented in the first version. -Walter