diff options
author | Ekaterina Romanova <katya_romanova@playstation.sony.com> | 2016-12-27 00:49:38 +0000 |
---|---|---|
committer | Ekaterina Romanova <katya_romanova@playstation.sony.com> | 2016-12-27 00:49:38 +0000 |
commit | dffe45b3e6553b2ab09ad05a82000a33d3a0d964 (patch) | |
tree | d8d80c5183eae933fed502167e1ab0683c121e0b /clang/lib/Headers/immintrin.h | |
parent | 88c4ffb4e06f96dbefc71e6b98ae2718e6e4e2ee (diff) | |
download | bcm5719-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/immintrin.h')
-rw-r--r-- | clang/lib/Headers/immintrin.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/lib/Headers/immintrin.h b/clang/lib/Headers/immintrin.h index 0bdc921c788..7f91d49fbce 100644 --- a/clang/lib/Headers/immintrin.h +++ b/clang/lib/Headers/immintrin.h @@ -84,11 +84,11 @@ /// A 256-bit vector containing 32-bit single-precision float values to be /// converted to 16-bit half-precision float values. /// \param imm -/// An immediate value controlling rounding using bits [2:0]: -/// 000: Nearest -/// 001: Down -/// 010: Up -/// 011: Truncate +/// An immediate value controlling rounding using bits [2:0]: \n +/// 000: Nearest \n +/// 001: Down \n +/// 010: Up \n +/// 011: Truncate \n /// 1XX: Use MXCSR.RC for rounding /// \returns A 128-bit vector containing the converted 16-bit half-precision /// float values. |