td {
vertical-align: top;
}
+ th { background-color: #ffddaa; }
</style>
</head>
<body>
<p>Supports the GCC, OpenCL, AltiVec and NEON vector extensions.</p>
-OpenCL vector types are created using <tt>ext_vector_type</tt> attribute. It
-support for V.xyzw syntax and other tidbits as seen in OpenCL. An example
-is:</p>
+<p>OpenCL vector types are created using <tt>ext_vector_type</tt> attribute. It
+support for <tt>V.xyzw</tt> syntax and other tidbits as seen in OpenCL. An
+example is:</p>
<blockquote>
<pre>
</pre>
</blockquote>
-<p>Query for this feature with __has_extension(attribute_ext_vector_type).</p>
+<p>Query for this feature with
+<tt>__has_extension(attribute_ext_vector_type)</tt>.</p>
-<p>Giving -faltivec option to clang enables support for AltiVec vector syntax
-and functions. For example:</p>
+<p>Giving <tt>-faltivec</tt> option to clang enables support for AltiVec vector
+syntax and functions. For example:</p>
<blockquote>
<pre>
<table width="500" border="1" cellspacing="0">
<tr>
- <th bgcolor="#ffddaa">Operator</th>
- <th bgcolor="#ffddaa">OpenCL</th>
- <th bgcolor="#ffddaa">AltiVec</th>
- <th bgcolor="#ffddaa">GCC</th>
- <th bgcolor="#ffddaa">NEON</th>
+ <th>Operator</th>
+ <th>OpenCL</th>
+ <th>AltiVec</th>
+ <th>GCC</th>
+ <th>NEON</th>
</tr>
<tr>
<td>[]</td>