我应该为英特尔线程构建指定哪个架构

发布于 2024-09-16 20:18:29 字数 243 浏览 4 评论 0原文

今天我在书店偶然发现了 O'Reilly 的 TBB 新书。真的很喜欢 TBB 如何将线程抽象为任务。但我注意到教程第 #12 页中的“在 Linux* 系统上安装”中只有三个可用的:ia32、intel64 和 ia64。我们服务器上的 Dmesg 显示:[0.132804] CPU0:Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz 步进 0a。想知道我该选择哪一个?

谢谢, 亚历克斯

I ran into O'Reilly's new book on TBB in bookstore today. Really liked how TBB abstract the threads into tasks. But I noticed that the tutorial, in page #12 install on Linux* systems, there are only three available s: ia32, intel64 and ia64. Dmesg on our server shows this: [ 0.132804] CPU0: Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz stepping 0a. Wondering which shall I choose?

Thanks,
Alex

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南城追梦 2024-09-23 20:18:29

ia32 是经典的 32 位 Intel ISA

intel64 是最初由 AMD 开发的 64 位 ISA。

ia64 是 Itanium

对于您的机器来说,它是 intel64

ia32 is the classic 32-bit Intel ISA

intel64 is 64-bit ISA originally developed by AMD.

ia64 is Itanium

For your machine its intel64.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文