diff options
Diffstat (limited to 'contrib/llvm-project/clang/lib/Headers/ppc_wrappers/x86gprintrin.h')
| -rw-r--r-- | contrib/llvm-project/clang/lib/Headers/ppc_wrappers/x86gprintrin.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/x86gprintrin.h b/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/x86gprintrin.h new file mode 100644 index 000000000000..cbfac262395c --- /dev/null +++ b/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/x86gprintrin.h @@ -0,0 +1,17 @@ +/*===--- x86gprintrin.h - Implementation of X86 GPR intrinsics on PowerPC --=== + * + * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. + * See https://llvm.org/LICENSE.txt for license information. + * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + * + *===-----------------------------------------------------------------------=== + */ + +#ifndef X86GPRINTRIN_H_ +#define X86GPRINTRIN_H_ + +#include <bmiintrin.h> + +#include <bmi2intrin.h> + +#endif /* X86GPRINTRIN_H_ */ |
