[all-commits] [llvm/llvm-project] 15b690: [Headers][X86] Make brief descriptions briefer (#8...
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Wed Feb 28 09:36:39 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15b6908afa9b74ae62821ff44179d659277eef69
https://github.com/llvm/llvm-project/commit/15b6908afa9b74ae62821ff44179d659277eef69
Author: Paul T Robinson <paul.robinson at sony.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M clang/lib/Headers/emmintrin.h
M clang/lib/Headers/fmaintrin.h
M clang/lib/Headers/mmintrin.h
M clang/lib/Headers/prfchwintrin.h
M clang/lib/Headers/smmintrin.h
M clang/lib/Headers/tmmintrin.h
Log Message:
-----------
[Headers][X86] Make brief descriptions briefer (#82422)
In Sony's document processing, the first "paragraph" of the description
is duplicated into a Brief Description section. Add paragraph breaks to make
those brief descriptions less verbose.
In fmaintrin.h we were including the \code blocks, which are
inappropriate for a brief description. While I was in there, change
\code to \code{.operation} which the Intel document processing wants.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list