Skip to content

Commit

Permalink
[NFC][X86][Headers] Fix missing blank line
Browse files Browse the repository at this point in the history
It caused the \headerfile directive to be considered as part of
the brief description in some of our tooling.
  • Loading branch information
pogo59 committed Apr 19, 2024
1 parent a309c07 commit 5fa21e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/Headers/avxintrin.h
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ _mm256_permutevar_pd(__m256d __a, __m256i __c)

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

0 comments on commit 5fa21e5

Please sign in to comment.