search for: 2f1a0a92

Displaying 1 result from an estimated 1 matches for "2f1a0a92".

2006 Jul 31
2
[LLVMdev] Auto-vectorization in GCC 4.0
...///////////////////vec.c///////////////////////// int a[256], b[256], c[256]; foo () { int i; for (i=0; i<256; i++){ a[i] = b[i] + c[i]; } } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060731/2f1a0a92/attachment.html>