Author: Paul Robinson Date: 2024-04-19T07:35:55-07:00 New Revision: 5fa21e5fc7384069276e15dbb1c27986a6e86483
URL: https://github.com/llvm/llvm-project/commit/5fa21e5fc7384069276e15dbb1c27986a6e86483 DIFF: https://github.com/llvm/llvm-project/commit/5fa21e5fc7384069276e15dbb1c27986a6e86483.diff LOG: [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. Added: Modified: clang/lib/Headers/avxintrin.h Removed: ################################################################################ diff --git a/clang/lib/Headers/avxintrin.h b/clang/lib/Headers/avxintrin.h index be7a0b247e03d4..4983f331137001 100644 --- a/clang/lib/Headers/avxintrin.h +++ b/clang/lib/Headers/avxintrin.h @@ -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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits