summaryrefslogtreecommitdiffstats
path: root/lib/Headers/bmiintrin.h
diff options
context:
space:
mode:
authorEkaterina Romanova <katya_romanova@playstation.sony.com>2016-05-16 22:54:45 +0000
committerEkaterina Romanova <katya_romanova@playstation.sony.com>2016-05-16 22:54:45 +0000
commit7db72bb0b88ffa851242f8c8d7e5f325f0579d47 (patch)
tree59a33279fc8edbcfc8f8ce0c81ed9d5be71208b5 /lib/Headers/bmiintrin.h
parent34805ee8ae799e69f9a501d8f822e52c06a39003 (diff)
Doxygen comments for avxintrin.h.
Added doxygen comments to avxintrin.h's intrinsics. As of now, only around 50% of the intrinsics in this file are documented here. The patches for the other half will be sent out later. Updated bmiintrin.h to fix an incorrect section name. Updated f16cintrin.h to fix incorect parameter names. The doxygen comments are automatically generated based on Sony's intrinsics document. I got an OK from Eric Christopher to commit doxygen comments without prior code review upstream. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Headers/bmiintrin.h')
-rw-r--r--lib/Headers/bmiintrin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/bmiintrin.h b/lib/Headers/bmiintrin.h
index 3b3662bb4f..d39b04c8c6 100644
--- a/lib/Headers/bmiintrin.h
+++ b/lib/Headers/bmiintrin.h
@@ -75,7 +75,7 @@
///
/// This intrinsic corresponds to the \c BLSI instruction.
///
-/// \parama a
+/// \param a
/// An unsigned integer whose bits are to be cleared.
/// \returns An unsigned integer containing the result of clearing the bits from
/// the source operand.