简体   繁体   English

我可以将intel的TBB与gcc一起使用吗?

[英]Can I use intel's TBB with gcc?

Can I use intel's TBB with gcc? 我可以将intel的TBB与gcc一起使用吗? And if not, what would be the equivalent so I could use it while compiling with gcc? 如果没有,那么什么是等价的,所以我可以在用gcc编译时使用它?
I don't think I can but is always better to ask. 我不认为我可以,但总是更好问。

You can, this is what their documentation has to say: 你可以,这就是他们的文档所说的:

Do I have to use Intel's compilers? 我必须使用英特尔的编译器吗? No. You should be able to use any ISO compliant C++ compiler. 不可以。您应该能够使用任何符合ISO标准的C ++编译器。 We have tested it very well on the gnu (gcc) compiler, Intel's C++ compiler, Microsoft's compiler, and Apple's gnu compiler. 我们已经在gnu(gcc)编译器,Intel的C ++编译器,Microsoft的编译器和Apple的gnu编译器上进行了很好的测试。 We have also built with success on a variety of other compilers. 我们还在各种其他编译器上取得了成功。 Check the web site for update on experiences with different systems and compilers. 查看网站以获取有关不同系统和编译器的最新经验。

Yes, from the FAQ . 是的,来自FAQ

The project is dedicated to supporting all compilers, all OSes and all processors as a cornerstone objective of the project. 该项目致力于支持所有编译器,所有操作系统和所有处理器作为项目的基石目标。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM