]> granicus.if.org Git - clang/commit
[DOXYGEN] Documentation for the newly added x86 intrinsics.
authorEkaterina Romanova <katya_romanova@playstation.sony.com>
Fri, 13 Jan 2017 01:14:08 +0000 (01:14 +0000)
committerEkaterina Romanova <katya_romanova@playstation.sony.com>
Fri, 13 Jan 2017 01:14:08 +0000 (01:14 +0000)
commit531b20818e3a554da19fa5a43800d81a93771d59
tree4301f9434e3c6be747b97a61613e13ba43e32189
parentfca7525ab3d8bc46f28ed8119774dc04bfaaac18
[DOXYGEN] Documentation for the newly added x86 intrinsics.

Added doxygen comments for the newly added intrinsics in avxintrin.h, namely _mm256_cvtsd_f64, _mm256_cvtsi256_si32 and _mm256_cvtss_f32

Added doxygen comments for the new intrinsics in emmintrin.h, namely _mm_loadu_si64 and _mm_load_sd.

Explicit parameter names were added for _mm_clflush and _mm_setcsr

The rest of the changes are editorial, removing trailing spaces at the end of the lines.

Differential Revision: https://reviews.llvm.org/D28503

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291876 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/avxintrin.h
lib/Headers/emmintrin.h
lib/Headers/mmintrin.h
lib/Headers/pmmintrin.h
lib/Headers/xmmintrin.h