www.digitalmars.com         C & C++   DMDScript  

D - set calculation.

reply nicO <nicolas.boulay ifrance.com> writes:
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
Sep 09 2001
parent "Walter" <walter digitalmars.com> writes:
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
Sep 09 2001