From: Benjamin Kramer Date: Sun, 15 Jan 2012 16:42:14 +0000 (+0000) Subject: Tweak markup. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3419d7cd2e4a4dcd2a88381deb5d83eb946a2b93;p=clang Tweak markup. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148221 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 5ba2c9711d..7b832bab92 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -11,6 +11,7 @@ td { vertical-align: top; } + th { background-color: #ffddaa; } @@ -386,9 +387,9 @@ is used in the file argument.

Supports the GCC, OpenCL, AltiVec and NEON vector extensions.

-OpenCL vector types are created using ext_vector_type attribute. It -support for V.xyzw syntax and other tidbits as seen in OpenCL. An example -is:

+

OpenCL vector types are created using ext_vector_type attribute. It +support for V.xyzw syntax and other tidbits as seen in OpenCL. An +example is:

@@ -404,10 +405,11 @@ float4 foo(float2 a, float2 b) {
 
-

Query for this feature with __has_extension(attribute_ext_vector_type).

+

Query for this feature with +__has_extension(attribute_ext_vector_type).

-

Giving -faltivec option to clang enables support for AltiVec vector syntax -and functions. For example:

+

Giving -faltivec option to clang enables support for AltiVec vector +syntax and functions. For example:

@@ -474,11 +476,11 @@ specification.

- - - - - + + + + +
OperatorOpenCLAltiVecGCCNEONOperatorOpenCLAltiVecGCCNEON
[]