annotate clang/lib/Headers/nmmintrin.h @ 176:de4ac79aef9d

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 17:13:11 +0900
parents 1d019706d866
children c4bab56944e8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 /*===---- nmmintrin.h - SSE4 intrinsics ------------------------------------===
anatofuz
parents:
diff changeset
2 *
anatofuz
parents:
diff changeset
3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
anatofuz
parents:
diff changeset
4 * See https://llvm.org/LICENSE.txt for license information.
anatofuz
parents:
diff changeset
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
anatofuz
parents:
diff changeset
6 *
anatofuz
parents:
diff changeset
7 *===-----------------------------------------------------------------------===
anatofuz
parents:
diff changeset
8 */
anatofuz
parents:
diff changeset
9
anatofuz
parents:
diff changeset
10 #ifndef __NMMINTRIN_H
anatofuz
parents:
diff changeset
11 #define __NMMINTRIN_H
anatofuz
parents:
diff changeset
12
anatofuz
parents:
diff changeset
13 /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h,
anatofuz
parents:
diff changeset
14 just include it now then. */
anatofuz
parents:
diff changeset
15 #include <smmintrin.h>
anatofuz
parents:
diff changeset
16 #endif /* __NMMINTRIN_H */