summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/__wmmintrin_pclmul.h
diff options
context:
space:
mode:
authorEkaterina Romanova <katya_romanova@playstation.sony.com>2016-12-27 00:49:38 +0000
committerEkaterina Romanova <katya_romanova@playstation.sony.com>2016-12-27 00:49:38 +0000
commitdffe45b3e6553b2ab09ad05a82000a33d3a0d964 (patch)
treed8d80c5183eae933fed502167e1ab0683c121e0b /clang/lib/Headers/__wmmintrin_pclmul.h
parent88c4ffb4e06f96dbefc71e6b98ae2718e6e4e2ee (diff)
downloadbcm5719-llvm-dffe45b3e6553b2ab09ad05a82000a33d3a0d964.tar.gz
bcm5719-llvm-dffe45b3e6553b2ab09ad05a82000a33d3a0d964.zip
[DOXYGEN] Improved doxygen comments for x86 intrinsics.
Improved doxygen comments for the following intrinsics headers: __wmmintrin_pclmul.h, bmiintrin.h, emmintrin.h, f16cintrin.h, immintrin.h, mmintrin.h, pmmintrin.h, tmmintrin.h Added \n commands to insert a line breaks where necessary, since one long line of documentation is nearly unreadable. Formatted comments to fit into 80 chars. In some cases added \a command in front of the parameter names to display them in italics. llvm-svn: 290561
Diffstat (limited to 'clang/lib/Headers/__wmmintrin_pclmul.h')
-rw-r--r--clang/lib/Headers/__wmmintrin_pclmul.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/clang/lib/Headers/__wmmintrin_pclmul.h b/clang/lib/Headers/__wmmintrin_pclmul.h
index e94cc2a4df9..e9c6a9f6d41 100644
--- a/clang/lib/Headers/__wmmintrin_pclmul.h
+++ b/clang/lib/Headers/__wmmintrin_pclmul.h
@@ -42,12 +42,11 @@
/// A 128-bit vector of [2 x i64] containing one of the source operands.
/// \param __I
/// An immediate value specifying which 64-bit values to select from the
-/// operands.
-/// Bit 0 is used to select a value from operand \a __X, and bit 4 is used
-/// to select a value from operand \a __Y:
-/// Bit[0]=0 indicates that bits[63:0] of operand \a __X are used.
-/// Bit[0]=1 indicates that bits[127:64] of operand \a __X are used.
-/// Bit[4]=0 indicates that bits[63:0] of operand \a __Y are used.
+/// operands. Bit 0 is used to select a value from operand \a __X, and bit
+/// 4 is used to select a value from operand \a __Y: \n
+/// Bit[0]=0 indicates that bits[63:0] of operand \a __X are used. \n
+/// Bit[0]=1 indicates that bits[127:64] of operand \a __X are used. \n
+/// Bit[4]=0 indicates that bits[63:0] of operand \a __Y are used. \n
/// Bit[4]=1 indicates that bits[127:64] of operand \a __Y are used.
/// \returns The 128-bit integer vector containing the result of the carry-less
/// multiplication of the selected 64-bit values.
OpenPOWER on IntegriCloud