[clang] [Headers][X86] Add more descriptions to ia32intrin.h and immintrin.h (PR #77686)
Paul T Robinson via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 16 13:32:34 PST 2024
================
@@ -361,42 +425,146 @@ _wbinvd(void) {
__builtin_ia32_wbinvd();
}
+/// Rotates an 8-bit value to the left by the specified number of bits.
+/// This operation is undefined if the number of bits exceeds the size of
+/// the value.
+///
+/// \headerfile <x86intrin.h>
+///
+/// This intrinsic corresponds to the \c ROLB instruction.
----------------
pogo59 wrote:
Done
https://github.com/llvm/llvm-project/pull/77686
More information about the cfe-commits
mailing list