1  /* Copyright (C) 2008-2023 Free Software Foundation, Inc.
       2  
       3     This file is part of GCC.
       4  
       5     GCC is free software; you can redistribute it and/or modify
       6     it under the terms of the GNU General Public License as published by
       7     the Free Software Foundation; either version 3, or (at your option)
       8     any later version.
       9  
      10     GCC is distributed in the hope that it will be useful,
      11     but WITHOUT ANY WARRANTY; without even the implied warranty of
      12     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      13     GNU General Public License for more details.
      14  
      15     Under Section 7 of GPL version 3, you are granted additional
      16     permissions described in the GCC Runtime Library Exception, version
      17     3.1, as published by the Free Software Foundation.
      18  
      19     You should have received a copy of the GNU General Public License and
      20     a copy of the GCC Runtime Library Exception along with this program;
      21     see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
      22     <http://www.gnu.org/licenses/>.  */
      23  
      24  #ifndef _IMMINTRIN_H_INCLUDED
      25  #define _IMMINTRIN_H_INCLUDED
      26  
      27  #include <x86gprintrin.h>
      28  
      29  #include <mmintrin.h>
      30  
      31  #include <xmmintrin.h>
      32  
      33  #include <emmintrin.h>
      34  
      35  #include <pmmintrin.h>
      36  
      37  #include <tmmintrin.h>
      38  
      39  #include <smmintrin.h>
      40  
      41  #include <wmmintrin.h>
      42  
      43  #include <avxintrin.h>
      44  
      45  #include <avxvnniintrin.h>
      46  
      47  #include <avxifmaintrin.h>
      48  
      49  #include <avxvnniint8intrin.h>
      50  
      51  #include <avx2intrin.h>
      52  
      53  #include <avx512fintrin.h>
      54  
      55  #include <avx512erintrin.h>
      56  
      57  #include <avx512pfintrin.h>
      58  
      59  #include <avx512cdintrin.h>
      60  
      61  #include <avx512vlintrin.h>
      62  
      63  #include <avx512bwintrin.h>
      64  
      65  #include <avx512dqintrin.h>
      66  
      67  #include <avx512vlbwintrin.h>
      68  
      69  #include <avx512vldqintrin.h>
      70  
      71  #include <avx512ifmaintrin.h>
      72  
      73  #include <avx512ifmavlintrin.h>
      74  
      75  #include <avx512vbmiintrin.h>
      76  
      77  #include <avx512vbmivlintrin.h>
      78  
      79  #include <avx5124fmapsintrin.h>
      80  
      81  #include <avx5124vnniwintrin.h>
      82  
      83  #include <avx512vpopcntdqintrin.h>
      84  
      85  #include <avx512vbmi2intrin.h>
      86  
      87  #include <avx512vbmi2vlintrin.h>
      88  
      89  #include <avx512vnniintrin.h>
      90  
      91  #include <avx512vnnivlintrin.h>
      92  
      93  #include <avx512vpopcntdqvlintrin.h>
      94  
      95  #include <avx512bitalgintrin.h>
      96  
      97  #include <avx512vp2intersectintrin.h>
      98  
      99  #include <avx512vp2intersectvlintrin.h>
     100  
     101  #ifdef __SSE2__
     102  #include <avx512fp16intrin.h>
     103  
     104  #include <avx512fp16vlintrin.h>
     105  #endif
     106  
     107  #include <shaintrin.h>
     108  
     109  #include <fmaintrin.h>
     110  
     111  #include <f16cintrin.h>
     112  
     113  #include <rtmintrin.h>
     114  
     115  #include <gfniintrin.h>
     116  
     117  #include <vaesintrin.h>
     118  
     119  #include <vpclmulqdqintrin.h>
     120  
     121  #ifdef __SSE2__
     122  #include <avx512bf16vlintrin.h>
     123  
     124  #include <avx512bf16intrin.h>
     125  
     126  #include <avxneconvertintrin.h>
     127  #endif
     128  
     129  #include <amxtileintrin.h>
     130  
     131  #include <amxint8intrin.h>
     132  
     133  #include <amxbf16intrin.h>
     134  
     135  #include <amxcomplexintrin.h>
     136  
     137  #include <prfchwintrin.h>
     138  
     139  #include <keylockerintrin.h>
     140  
     141  #include <amxfp16intrin.h>
     142  
     143  #endif /* _IMMINTRIN_H_INCLUDED */