[docs] Fix build-docs.sh
[llvm-project.git] / clang / lib / Headers / ppc_wrappers / immintrin.h
blobc1ada9889d4af771b691dadd2915b9784eb7c9c7
1 /*===---- immintrin.h - Implementation of Intel intrinsics on PowerPC ------===
3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 * See https://llvm.org/LICENSE.txt for license information.
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
8 */
10 #ifndef IMMINTRIN_H_
11 #define IMMINTRIN_H_
13 #include <x86gprintrin.h>
15 #include <mmintrin.h>
17 #include <xmmintrin.h>
19 #include <emmintrin.h>
21 #include <pmmintrin.h>
23 #include <tmmintrin.h>
25 #include <smmintrin.h>
27 #endif /* IMMINTRIN_H_ */