brintos

brintos / llvm-project-archived public Read only

0
0
Text · 611 B · c1ada98 Raw
28 lines · c
1/*===---- immintrin.h - Implementation of Intel 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 IMMINTRIN_H_11#define IMMINTRIN_H_12 13#include <x86gprintrin.h>14 15#include <mmintrin.h>16 17#include <xmmintrin.h>18 19#include <emmintrin.h>20 21#include <pmmintrin.h>22 23#include <tmmintrin.h>24 25#include <smmintrin.h>26 27#endif /* IMMINTRIN_H_ */28