D - set calculation.
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
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 ? nicOYes, it is included, but it likely won't be implemented in the first version. -Walter
Sep 09 2001