zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

immintrin.h (611B) - Raw


      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-exception
      6  *
      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_ */