 generic | : Generic SIMD Library header configuration file for generic implementation The common defintions for all generic implementations |
  svec | |
  svec< 4, bool > | Data representation and operations on a vector of 4 boolean values. This is used in predicated vector operations. Specifically the ith value of svec<4,bool> indicates whether the ith lane of a predicated vector operation is enabled or not |
   Helper | A special helper class to support customized subscript[] operations |
  svec< 4, int8_t > | Data representation and operations on a vector of 4 signed chars |
  svec< 4, uint8_t > | Data representation and operations on a vector of 4 unsigned chars |
  svec< 4, int16_t > | Data representation and operations on a vector of 4 signed short |
  svec< 4, uint16_t > | Data representation and operations on a vector of 4 unsigned short |
  svec< 4, int32_t > | Data representation and operations on a vector of 4 signed int |
  svec< 4, uint32_t > | Data representation and operations on a vector of 4 unsigned int |
  svec< 4, int64_t > | Data representation and operations on a vector of 4 signed 64-bit int |
  svec< 4, uint64_t > | Data representation and operations on a vector of 4 unsigned 64-bit int |
  svec< 4, float > | Data representation and operations on a vector of 4 float |
  svec< 4, double > | Data representation and operations on a vector of 4 double |
  svec< 4, void * > | Data representation and operations on a vector of 4 pointers. This is only used in gather and scatter |
  svec< 8, bool > | Data representation and operations on a vector of 8 boolean values. This is used in predicated vector operations. Specifically the ith value of svec<8,bool> indicates whether the ith lane of a predicated vector operation is enabled or not |
   Helper | A special helper class to support customized subscript[] operations |
  svec< 8, int8_t > | Data representation and operations on a vector of 8 signed chars |
  svec< 8, uint8_t > | Data representation and operations on a vector of 8 unsigned chars |
  svec< 8, int16_t > | Data representation and operations on a vector of 8 signed short |
  svec< 8, uint16_t > | Data representation and operations on a vector of 8 unsigned short |
  svec< 8, int32_t > | Data representation and operations on a vector of 8 signed int |
  svec< 8, uint32_t > | Data representation and operations on a vector of 8 unsigned int |
  svec< 8, int64_t > | Data representation and operations on a vector of 8 signed long long |
  svec< 8, uint64_t > | Data representation and operations on a vector of 8 unsigned 64-bit int |
  svec< 8, float > | Data representation and operations on a vector of 8 float |
  svec< 8, double > | Data representation and operations on a vector of 8 double |
  svec< 8, void * > | Data representation and operations on a vector of 8 pointers. This is only used in gather and scatter |
 sse | |
  svec | |
  svec< 4, bool > | Data representation and operations on a vector of 4 boolean values. This is used in predicated vector operations. Specifically the ith value of svec<4,bool> indicates whether the ith lane of a predicated vector operation is enabled or not |
   Helper | A special helper class to support customized subscript[] operations |
  svec< 4, int8_t > | Data representation and operations on a vector of 4 signed chars |
  svec< 4, uint8_t > | Data representation and operations on a vector of 4 unsigned chars |
  svec< 4, int16_t > | Data representation and operations on a vector of 4 signed short |
  svec< 4, uint16_t > | Data representation and operations on a vector of 4 unsigned short |
  svec< 4, int32_t > | Data representation and operations on a vector of 4 signed int |
  svec< 4, uint32_t > | Data representation and operations on a vector of 4 unsigned int |
  svec< 4, int64_t > | Data representation and operations on a vector of 4 signed long long |
  svec< 4, uint64_t > | Data representation and operations on a vector of 4 unsigned long long |
  svec< 4, float > | Data representation and operations on a vector of 4 float |
  svec< 4, double > | Data representation and operations on a vector of 4 double |
  svec< 4, void * > | Data representation and operations on a vector of 4 pointers. This is only used in gather and scatter |
 vsx | |
  svec | |
  svec< 4, bool > | Data representation and operations on a vector of 4 boolean values. This is used in predicated vector operations. Specifically the ith value of svec<4,bool> indicates whether the ith lane of a predicated vector operation is enabled or not |
   Helper | A special helper class to support customized subscript[] operations |
  svec< 4, signed char > | Data representation and operations on a vector of 4 signed chars |
  svec< 4, unsigned char > | Data representation and operations on a vector of 4 unsigned chars |
  svec< 4, int16_t > | Data representation and operations on a vector of 4 signed short |
  svec< 4, uint16_t > | Data representation and operations on a vector of 4 unsigned short |
  svec< 4, int32_t > | Data representation and operations on a vector of 4 signed int |
  svec< 4, uint32_t > | Data representation and operations on a vector of 4 unsigned int |
  svec< 4, int64_t > | Data representation and operations on a vector of 4 signed long long |
  svec< 4, uint64_t > | Data representation and operations on a vector of 4 unsigned long long |
  svec< 4, float > | Data representation and operations on a vector of 4 float |
  svec< 4, double > | Data representation and operations on a vector of 4 double |
  svec< 4, void * > | Data representation and operations on a vector of 4 pointers. This is only used in gather and scatter |
 BitcastUnion | |
 invalid_template_arguments | |