1 /*===--- x86gprintrin.h - Implementation of X86 GPR 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 *===-----------------------------------------------------------------------===
10 #ifndef X86GPRINTRIN_H_
11 #define X86GPRINTRIN_H_
13 #include <bmiintrin.h>
15 #include <bmi2intrin.h>
17 #endif /* X86GPRINTRIN_H_ */