[PATCH] D47175: [DOXYGEN] Formatting changes for better intrinsics documentation rendering
Katya Romanova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 21 18:42:00 PDT 2018
kromanova created this revision.
Herald added a subscriber: cfe-commits.
Below are a few doxygen intrisics documentation changes requested by our documentation team:
(1) I added some \see cross-references to a few select intrinsics that are related (and have the same or very similar semantics).
https://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdsee
If someone's version of doxygen doesn't support \see directive, please speak up! We will try to come up with a different solution.
bmiintrin.h
__bextr_u32 and _bextr_u32
__bextr_u64 and _bextr_u64
lzcntintrin.h:
__lzcnt32 and _lzcnt_u32
__lzcnt64 and _lzcnt_u64
(2) pmmintrin.h, smmintrin.h, xmmintrin.h have very few minor formatting changes. They make rendering of our intrinsics documentation better. I don't foresee these changes affect anyone's documentation negatively.
Repository:
rC Clang
https://reviews.llvm.org/D47175
Files:
lib/Headers/bmiintrin.h
lib/Headers/lzcntintrin.h
lib/Headers/pmmintrin.h
lib/Headers/smmintrin.h
lib/Headers/xmmintrin.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47175.147929.patch
Type: text/x-patch
Size: 10813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180522/175b07da/attachment-0001.bin>
More information about the cfe-commits
mailing list