We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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?
tree-ssa
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.
_Cilk_for
The text was updated successfully, but these errors were encountered:
rrnewton
No branches or pull requests
[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
.The text was updated successfully, but these errors were encountered: