x86intrin.h revision 212795
1353358Sdim/*===---- x86intrin.h - X86 intrinsics -------------------------------------===
2353358Sdim *
3353358Sdim * Permission is hereby granted, free of charge, to any person obtaining a copy
4287516Sdim * of this software and associated documentation files (the "Software"), to deal
5287516Sdim * in the Software without restriction, including without limitation the rights
6287516Sdim * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7287516Sdim * copies of the Software, and to permit persons to whom the Software is
8287516Sdim * furnished to do so, subject to the following conditions:
9287516Sdim *
10287516Sdim * The above copyright notice and this permission notice shall be included in
11287516Sdim * all copies or substantial portions of the Software.
12287516Sdim *
13287516Sdim * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14287516Sdim * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15287516Sdim * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16287516Sdim * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17287516Sdim * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18287516Sdim * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19287516Sdim * THE SOFTWARE.
20287516Sdim *
21287516Sdim *===-----------------------------------------------------------------------===
22287516Sdim */
23296417Sdim
24287516Sdim#ifndef __X86INTRIN_H
25287516Sdim#define __X86INTRIN_H
26287516Sdim
27287516Sdim#include <immintrin.h>
28287516Sdim
29296417Sdim// FIXME: SSE4A, 3dNOW, FMA4, XOP, LWP, ABM, POPCNT
30287516Sdim
31287516Sdim#endif /* __X86INTRIN_H */
32287516Sdim