]> granicus.if.org Git - clang/commit
Minor changes in x86 intrinsics headers; NFC
authorEkaterina Romanova <katya_romanova@playstation.sony.com>
Thu, 17 Nov 2016 23:02:00 +0000 (23:02 +0000)
committerEkaterina Romanova <katya_romanova@playstation.sony.com>
Thu, 17 Nov 2016 23:02:00 +0000 (23:02 +0000)
commitc2d61705d6e349f671af11ef0b996ca484f0e5e6
treeb1a1e892e7a52e35dcdd319335c738531ed9856b
parent9483fa6dbe01ac2b7513a2bf50dcb599ebe4af46
Minor changes in x86 intrinsics headers; NFC

I made several changes for consistency with the rest of x86 instrinsics header files. Some of these changes help to render doxygen comments better.

1. avxintrin.h –  Moved the opening bracket on a separate line for several
                  intrinsics (for consistency with the rest of the intrinsics).

2. emmintrin.h -  Moved the doxygen comment next to the body of the function;
               -  Added braces after extern "C"  even though there is only
                  one declaration each time

3. xmmintrin.h -  Moved the doxygen comment next to the body of the function;
               -  Added intrinsic prototypes for a couple of macro definitions
                  into the doxygen comment;
               -  Added braces after extern "C"  even though there is only one
                  declaration each time

4. ammintrin.h –  Removed extra line between the doxygen comment and the body
                  of the functions (for consistency with the rest of the files).

Desk reviewed by Paul Robinson.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287278 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/ammintrin.h
lib/Headers/avxintrin.h
lib/Headers/emmintrin.h
lib/Headers/xmmintrin.h