Subversion Repositories QNX 8.QNX8 LLVM/Clang compiler suite

Rev

Blame | Last modification | View Log | Download | RSS feed

  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-exception
  6.  *
  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.