You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
4.2 KiB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3. <!-- saved from url=(0014)about:internet -->
  4. <html xmlns:MSHelp="http://www.microsoft.com/MSHelp/" lang="en-us" xml:lang="en-us"><head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <meta name="DC.Type" content="topic">
  8. <meta name="DC.Title" content="Introducing Intel&reg; Threading Building Blocks">
  9. <meta name="DC.subject" content="Intel&reg; Thread Building Blocks, Overview">
  10. <meta name="keywords" content="Intel&reg; Thread Building Blocks, Overview">
  11. <meta name="DC.Relation" scheme="URI" content="../main/title.htm">
  12. <meta name="DC.Format" content="XHTML">
  13. <meta name="DC.Identifier" content="introducing">
  14. <meta name="DC.Language" content="en-US">
  15. <link rel="stylesheet" type="text/css" href="../intel_css_styles.css">
  16. <title>Introducing Intel&reg; Threading Building Blocks</title>
  17. <xml>
  18. <MSHelp:Attr Name="DocSet" Value="Intel"></MSHelp:Attr>
  19. <MSHelp:Attr Name="Locale" Value="kbEnglish"></MSHelp:Attr>
  20. <MSHelp:Attr Name="TopicType" Value="kbReference"></MSHelp:Attr>
  21. </xml>
  22. </head>
  23. <body id="introducing">
  24. <!-- ==============(Start:NavScript)================= -->
  25. <script src="../NavScript.js" language="JavaScript1.2" type="text/javascript"></script>
  26. <script language="JavaScript1.2" type="text/javascript">WriteNavLink(1);</script>
  27. <!-- ==============(End:NavScript)================= -->
  28. <a name="introducing"><!-- --></a>
  29. <h1 class="topictitle1">Introducing Intel&reg; Threading Building Blocks</h1>
  30. <div>
  31. <p>Intel&reg; Threading Building Blocks (Intel&reg; TBB) is a
  32. library that supports scalable parallel programming using standard ISO C++
  33. code. It does not require special languages or compilers. It is designed to
  34. promote scalable data parallel programming. Additionally, it fully supports
  35. nested parallelism, so you can build larger parallel components from smaller
  36. parallel components. To use the library, you specify tasks, not threads, and
  37. let the library map tasks onto threads in an efficient manner.
  38. </p>
  39. <p>Many of the library interfaces employ generic
  40. programming, in which interfaces are defined by requirements on types and not
  41. specific types. The C++ Standard Template Library (STL) is an example of
  42. generic programming. Generic programming enables Intel&reg; TBB to be flexible yet
  43. efficient. The generic interfaces enable you to customize components to your
  44. specific needs.
  45. </p>
  46. <p>The net result is that Intel&reg; TBB enables you to
  47. specify parallelism far more conveniently than using raw threads, and at the
  48. same time can improve performance.
  49. </p>
  50. <p>
  51. <div class="tablenoborder"><table cellpadding="4" summary="" frame="border" border="1" cellspacing="0" rules="all">
  52. <thead align="left">
  53. <tr>
  54. <th class="cellrowborder" align="left" valign="top" width="100%" id="d62e50">
  55. <p>Optimization Notice
  56. </p>
  57. </th>
  58. </tr>
  59. </thead>
  60. <tbody>
  61. <tr>
  62. <td class="bgcolor(#ccecff)" bgcolor="#ccecff" valign="top" width="100%" headers="d62e50 ">
  63. Intel's compilers may or may not optimize to the same degree for non-Intel
  64. microprocessors for optimizations that are not unique to Intel microprocessors.
  65. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other
  66. optimizations. Intel does not guarantee the availability, functionality, or
  67. effectiveness of any optimization on microprocessors not manufactured by Intel.
  68. Microprocessor-dependent optimizations in this product are intended for use
  69. with Intel microprocessors. Certain optimizations not specific to Intel
  70. microarchitecture are reserved for Intel microprocessors. Please refer to the
  71. applicable product User and Reference Guides for more information regarding the
  72. specific instruction sets covered by this notice.
  73. <p>Notice revision #20110804
  74. </p>
  75. </td>
  76. </tr>
  77. </tbody>
  78. </table>
  79. </div>
  80. </p>
  81. </div>
  82. <div class="familylinks">
  83. <div class="parentlink"><strong>Parent topic:</strong> <a href="../main/title.htm">Intel&reg; Threading Building Blocks Documentation</a></div>
  84. </div>
  85. <div></div>
  86. </body>
  87. </html>