]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/context/doc/html/context/architectures.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / context / doc / html / context / architectures.html
CommitLineData
7c673cae
FG
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4<title>Architectures</title>
5<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Context">
8<link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Context">
9<link rel="prev" href="performance.html" title="Performance">
10<link rel="next" href="architectures/crosscompiling.html" title="Cross compiling">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="performance.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="architectures/crosscompiling.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="context.architectures"></a><a class="link" href="architectures.html" title="Architectures">Architectures</a>
28</h2></div></div></div>
29<div class="toc"><dl><dt><span class="section"><a href="architectures/crosscompiling.html">Cross compiling</a></span></dt></dl></div>
30<p>
31 <span class="bold"><strong>Boost.Context</strong></span> supports following architectures:
32 </p>
33<div class="table">
34<a name="context.architectures.supported_architectures___abi_binary_format__"></a><p class="title"><b>Table&#160;1.2.&#160;Supported architectures (&lt;ABI|binary format&gt;)</b></p>
35<div class="table-contents"><table class="table" summary="Supported architectures (&lt;ABI|binary format&gt;)">
36<colgroup>
37<col>
38<col>
39<col>
40<col>
41<col>
42</colgroup>
43<thead><tr>
44<th>
45 <p>
46 Architecture
47 </p>
48 </th>
49<th>
50 <p>
51 LINUX (UNIX)
52 </p>
53 </th>
54<th>
55 <p>
56 Windows
57 </p>
58 </th>
59<th>
60 <p>
61 MacOS X
62 </p>
63 </th>
64<th>
65 <p>
66 iOS
67 </p>
68 </th>
69</tr></thead>
70<tbody>
71<tr>
72<td>
73 <p>
74 arm (aarch32)
75 </p>
76 </td>
77<td>
78 <p>
79 AAPCS|ELF
80 </p>
81 </td>
82<td>
83 <p>
84 AAPCS|PE
85 </p>
86 </td>
87<td>
88 <p>
89 -
90 </p>
91 </td>
92<td>
93 <p>
94 AAPCS|MACH-O
95 </p>
96 </td>
97</tr>
98<tr>
99<td>
100 <p>
101 arm (aarch64)
102 </p>
103 </td>
104<td>
105 <p>
106 AAPCS|ELF
107 </p>
108 </td>
109<td>
110 <p>
111 -
112 </p>
113 </td>
114<td>
115 <p>
116 -
117 </p>
118 </td>
119<td>
120 <p>
121 AAPCS|MACH-O
122 </p>
123 </td>
124</tr>
125<tr>
126<td>
127 <p>
128 i386
129 </p>
130 </td>
131<td>
132 <p>
133 SYSV|ELF
134 </p>
135 </td>
136<td>
137 <p>
138 MS|PE
139 </p>
140 </td>
141<td>
142 <p>
143 SYSV|MACH-O
144 </p>
145 </td>
146<td>
147 <p>
148 -
149 </p>
150 </td>
151</tr>
152<tr>
153<td>
154 <p>
155 mips1
156 </p>
157 </td>
158<td>
159 <p>
160 O32|ELF
161 </p>
162 </td>
163<td>
164 <p>
165 -
166 </p>
167 </td>
168<td>
169 <p>
170 -
171 </p>
172 </td>
173<td>
174 <p>
175 -
176 </p>
177 </td>
178</tr>
179<tr>
180<td>
181 <p>
182 ppc32
183 </p>
184 </td>
185<td>
186 <p>
187 SYSV|ELF,XCOFF
188 </p>
189 </td>
190<td>
191 <p>
192 -
193 </p>
194 </td>
195<td>
196 <p>
197 SYSV|MACH-O
198 </p>
199 </td>
200<td>
201 <p>
202 -
203 </p>
204 </td>
205</tr>
206<tr>
207<td>
208 <p>
209 ppc64
210 </p>
211 </td>
212<td>
213 <p>
214 SYSV|ELF,XCOFF
215 </p>
216 </td>
217<td>
218 <p>
219 -
220 </p>
221 </td>
222<td>
223 <p>
224 SYSV|MACH-O
225 </p>
226 </td>
227<td>
228 <p>
229 -
230 </p>
231 </td>
232</tr>
233<tr>
234<td>
235 <p>
236 sparc
237 </p>
238 </td>
239<td>
240 <p>
241 -
242 </p>
243 </td>
244<td>
245 <p>
246 -
247 </p>
248 </td>
249<td>
250 <p>
251 -
252 </p>
253 </td>
254<td>
255 <p>
256 -
257 </p>
258 </td>
259</tr>
260<tr>
261<td>
262 <p>
263 x86_64
264 </p>
265 </td>
266<td>
267 <p>
268 SYSV,X32|ELF
269 </p>
270 </td>
271<td>
272 <p>
273 MS|PE
274 </p>
275 </td>
276<td>
277 <p>
278 SYSV|MACH-O
279 </p>
280 </td>
281<td>
282 <p>
283 -
284 </p>
285 </td>
286</tr>
287</tbody>
288</table></div>
289</div>
290<br class="table-break">
291</div>
292<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
293<td align="left"></td>
294<td align="right"><div class="copyright-footer">Copyright &#169; 2014 Oliver Kowalke<p>
295 Distributed under the Boost Software License, Version 1.0. (See accompanying
296 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
297 </p>
298</div></td>
299</tr></table>
300<hr>
301<div class="spirit-nav">
302<a accesskey="p" href="performance.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="architectures/crosscompiling.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
303</div>
304</body>
305</html>