I comment was brought up in the patch https://reviews.llvm.org/D41507 with the request to change the notation for hex numbers in doxygen documentation from <...>h to 0x<...>.
Both of these notations were used in x86 intrinsics documentation and I promised to change hex numbers format everywhere in intrisics doxygen comments to from <...>h to 0x<...> for consistency.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Doug Yung (the reviewer for this patch) noticed that some lines exceed 80 characters limitation. I fixed that.