-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 955 Bytes
/
index.html
File metadata and controls
31 lines (28 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<HTML>
<BODY>
<H2>Overview</H2>
This directory contains the source code of the TBB core components.
<H2>Directories</H2>
<DL>
<DT><A HREF="tools_api">tools_api</A>
<DD>Source code of the interface components provided by the Intel® Parallel Studio tools.
<DT><A HREF="intel64-masm">intel64-masm</A>
<DD>Assembly code for the Intel® 64 architecture.
<DT><A HREF="ia32-masm">ia32-masm</A>
<DD>Assembly code for IA32 architecture.
<DT><A HREF="ia64-gas">ia64-gas</A>
<DD>Assembly code for IA-64 architecture.
<DT><A HREF="ibm_aix51">ibm_aix51</A>
<DD>Assembly code for AIX 5.1 port.
</DL>
<HR>
<A HREF="../index.html">Up to parent directory</A>
<p></p>
Copyright © 2005-2019 Intel Corporation. All Rights Reserved.
<P></P>
Intel is a registered trademark or trademark of Intel Corporation
or its subsidiaries in the United States and other countries.
<p></p>
* Other names and brands may be claimed as the property of others.
</BODY>
</HTML>