[PATCH] D41518: pmmintrin.h documentation fixes and updates
Douglas Yung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 2 12:43:58 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL321670: [DOXYGEN] Fix doxygen and content issues in pmmintrin.h (authored by dyung, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D41518?vs=127947&id=128448#toc
Repository:
rL LLVM
https://reviews.llvm.org/D41518
Files:
cfe/trunk/lib/Headers/pmmintrin.h
Index: cfe/trunk/lib/Headers/pmmintrin.h
===================================================================
--- cfe/trunk/lib/Headers/pmmintrin.h
+++ cfe/trunk/lib/Headers/pmmintrin.h
@@ -115,8 +115,8 @@
return __builtin_ia32_hsubps((__v4sf)__a, (__v4sf)__b);
}
-/// \brief Moves and duplicates high-order (odd-indexed) values from a 128-bit
-/// vector of [4 x float] to float values stored in a 128-bit vector of
+/// \brief Moves and duplicates odd-indexed values from a 128-bit vector
+/// of [4 x float] to float values stored in a 128-bit vector of
/// [4 x float].
///
/// \headerfile <x86intrin.h>
@@ -137,7 +137,7 @@
return __builtin_shufflevector((__v4sf)__a, (__v4sf)__a, 1, 1, 3, 3);
}
-/// \brief Duplicates low-order (even-indexed) values from a 128-bit vector of
+/// \brief Duplicates even-indexed values from a 128-bit vector of
/// [4 x float] to float values stored in a 128-bit vector of [4 x float].
///
/// \headerfile <x86intrin.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41518.128448.patch
Type: text/x-patch
Size: 986 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180102/b361fddb/attachment.bin>
More information about the cfe-commits
mailing list