PIPS
SIMD_types.h File Reference
#include <stdarg.h>
#include <stdint.h>
+ Include dependency graph for SIMD_types.h:

Go to the source code of this file.

Typedefs

typedef float a2sf[2]
 
typedef float a4sf[4]
 
typedef double a2df[2]
 
typedef int a2si[2]
 
typedef int a4si[4]
 
typedef float v2sf[2]
 
typedef float v4sf[4]
 
typedef double v2df[2]
 
typedef int v2si[2]
 
typedef int v4si[4]
 
typedef double v4df[4]
 
typedef float v8sf[8]
 
typedef long long v4di[4]
 
typedef int v8si[8]
 
typedef short v16hi[16]
 
typedef char v32qi[32]
 
typedef double a4df[4]
 
typedef float a8sf[8]
 
typedef long long a4di[4]
 
typedef int a8si[8]
 
typedef short a16hi[16]
 
typedef char a32qi[32]
 

Typedef Documentation

◆ a16hi

typedef short a16hi[16] __attribute__((aligned(32)))

Definition at line 27 of file SIMD_types.h.

◆ a2df

typedef double a2df[2] __attribute__((aligned(16)))

Definition at line 6 of file SIMD_types.h.

◆ a2sf

typedef float a2sf[2]

Definition at line 4 of file SIMD_types.h.

◆ a2si

typedef int a2si[2] __attribute__((aligned(16)))

Definition at line 7 of file SIMD_types.h.

◆ a32qi

typedef char a32qi[32] __attribute__((aligned(32)))

Definition at line 28 of file SIMD_types.h.

◆ a4df

typedef double a4df[4]

Definition at line 23 of file SIMD_types.h.

◆ a4di

typedef long long a4di[4] __attribute__((aligned(32)))

Definition at line 25 of file SIMD_types.h.

◆ a4sf

typedef float a4sf[4] __attribute__((aligned(16)))

Definition at line 5 of file SIMD_types.h.

◆ a4si

typedef int a4si[4] __attribute__((aligned(16)))

Definition at line 8 of file SIMD_types.h.

◆ a8sf

typedef float a8sf[8] __attribute__((aligned(32)))

Definition at line 24 of file SIMD_types.h.

◆ a8si

typedef int a8si[4] __attribute__((aligned(16)))

Definition at line 26 of file SIMD_types.h.

◆ v16hi

typedef short v16hi[16]

Definition at line 20 of file SIMD_types.h.

◆ v2df

typedef double v2df[2]

Definition at line 12 of file SIMD_types.h.

◆ v2sf

typedef float v2sf[2]

Definition at line 10 of file SIMD_types.h.

◆ v2si

typedef int v2si[2]

Definition at line 13 of file SIMD_types.h.

◆ v32qi

typedef char v32qi[32]

Definition at line 21 of file SIMD_types.h.

◆ v4df

typedef double v4df[4]

Definition at line 16 of file SIMD_types.h.

◆ v4di

typedef long long v4di[4]

Definition at line 18 of file SIMD_types.h.

◆ v4sf

typedef float v4sf[4]

Definition at line 11 of file SIMD_types.h.

◆ v4si

typedef int v4si[4]

Definition at line 14 of file SIMD_types.h.

◆ v8sf

typedef float v8sf[8]

Definition at line 17 of file SIMD_types.h.

◆ v8si

typedef int v8si[8]

Definition at line 19 of file SIMD_types.h.