brintos

brintos / llvm-project-archived public Read only

0
0
Text · 499 B · cbfac26 Raw
18 lines · c
1/*===--- x86gprintrin.h - Implementation of X86 GPR intrinsics on PowerPC --===2 *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-exception6 *7 *===-----------------------------------------------------------------------===8 */9 10#ifndef X86GPRINTRIN_H_11#define X86GPRINTRIN_H_12 13#include <bmiintrin.h>14 15#include <bmi2intrin.h>16 17#endif /* X86GPRINTRIN_H_ */18