diff options
Diffstat (limited to 'clang/lib/Headers/__wmmintrin_pclmul.h')
-rw-r--r-- | clang/lib/Headers/__wmmintrin_pclmul.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/clang/lib/Headers/__wmmintrin_pclmul.h b/clang/lib/Headers/__wmmintrin_pclmul.h index d4e073f4068..235f978b06e 100644 --- a/clang/lib/Headers/__wmmintrin_pclmul.h +++ b/clang/lib/Headers/__wmmintrin_pclmul.h @@ -43,12 +43,12 @@ /// \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 __X, -/// and bit 4 is used to select a value from operand __Y: -/// Bit[0]=0 indicates that bits[63:0] of operand __X are used. -/// Bit[0]=1 indicates that bits[127:64] of operand __X are used. -/// Bit[4]=0 indicates that bits[63:0] of operand __Y are used. -/// Bit[4]=1 indicates that bits[127:64] of operand __Y are used. +/// 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. +/// 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. #define _mm_clmulepi64_si128(__X, __Y, __I) \ |