[Related to #19, which is the same thing for clang.]
This should be pretty easy, as Intel's changes were into trunk a year ago and released in GCC 4.9. I'm not sure, but I assume that this pragma simd stuff is unrelated to the previous tree-ssa auto-vectorization effort?
The remaining holdup would seem to be that those release notes mention supporting all of the Cilk 1.2 ABI except for _Cilk_for. We need _Cilk_for.
[Related to #19, which is the same thing for clang.]
This should be pretty easy, as Intel's changes were into trunk a year ago and released in GCC 4.9. I'm not sure, but I assume that this pragma simd stuff is unrelated to the previous
tree-ssaauto-vectorization effort?The remaining holdup would seem to be that those release notes mention supporting all of the Cilk 1.2 ABI except for
_Cilk_for. We need_Cilk_for.