All, In case you missed it... a great new addition to llvm family. http://blog.llvm.org/2013/10/openmp-project.html Yours, Andrey Bokhanko ============Software Engineer Intel Compiler Team -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131008/1807f603/attachment.html>
On Tue, Oct 8, 2013 at 6:29 AM, Andrey Bokhanko <andreybokhanko at gmail.com> wrote:> All, > > In case you missed it... a great new addition to llvm family. > > http://blog.llvm.org/2013/10/openmp-project.htmlThese are great news! It would be great to have a public buildbot. Unfortunately, I don't have time to write the necessary zorg scripts, but I'd be happy to host an buildbot on one of my builders. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
Apparently Analagous Threads
- [LLVMdev] OpenMP 3.1 Implementation Complete
- [LLVMdev] OpenMP 3.1 Support Implementation In Clang Is Available
- [LLVMdev] [Openmp-dev] OpenMP 3.1 Implementation Complete
- [LLVMdev] [Openmp-dev] OpenMP 3.1 Implementation Complete
- [Openmp-dev] parallel-lib: New LLVM Suproject