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)
commit2174b6fe728b7056ab41003cdd5a99fd3b1f6395
tree13d5c26f6c8d361f5d7b2ca78e54b9e5f207c17d
parent8651144353c5d945bbbb0939e8750ba4f6551387
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.

llvm-svn: 287278
clang/lib/Headers/ammintrin.h
clang/lib/Headers/avxintrin.h
clang/lib/Headers/emmintrin.h
clang/lib/Headers/xmmintrin.h