Other |
---|
tbdResolved |
Duplicate :
|
|
Relates :
|
Changes for 6340864 (add vectorized arithmetic) will not vectorize sum of arrays's elements loop: int x = 0; int[] a = new int[10000]; for(int i=0; i < a.length; i++) { x += a[i]; } This RFE is filed to implement it.
|