Skip to content

Commit 5fa21e5

Browse files
committed
[NFC][X86][Headers] Fix missing blank line
It caused the \headerfile directive to be considered as part of the brief description in some of our tooling.
1 parent a309c07 commit 5fa21e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Headers/avxintrin.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,7 @@ _mm256_permutevar_pd(__m256d __a, __m256i __c)
840840

841841
/// Copies the values stored in a 128-bit vector of [4 x float] as
842842
/// specified by the 128-bit integer vector operand.
843+
///
843844
/// \headerfile <x86intrin.h>
844845
///
845846
/// This intrinsic corresponds to the <c> VPERMILPS </c> instruction.

0 commit comments

Comments
 (0)