File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 17
17
#include < xmmintrin.h>
18
18
19
19
typedef double __m128d __attribute__ ((__vector_size__(16 ), __aligned__(16 )));
20
- typedef long long __m128i __attribute__ ((__vector_size__(16 ), __aligned__(16 )));
21
20
22
21
typedef double __m128d_u __attribute__ ((__vector_size__(16 ), __aligned__(1 )));
23
22
typedef long long __m128i_u
24
23
__attribute__ ((__vector_size__(16 ), __aligned__(1 )));
25
24
26
25
/* Type defines. */
27
26
typedef double __v2df __attribute__ ((__vector_size__(16 )));
28
- typedef long long __v2di __attribute__ ((__vector_size__(16 )));
29
- typedef short __v8hi __attribute__ ((__vector_size__(16 )));
30
- typedef char __v16qi __attribute__ ((__vector_size__(16 )));
31
27
32
28
/* Unsigned types */
33
29
typedef unsigned long long __v2du __attribute__ ((__vector_size__(16 )));
Original file line number Diff line number Diff line change 16
16
17
17
#include < mmintrin.h>
18
18
19
- typedef int __v4si __attribute__ ((__vector_size__(16 )));
20
19
typedef float __v4sf __attribute__ ((__vector_size__(16 )));
21
20
typedef float __m128 __attribute__ ((__vector_size__(16 ), __aligned__(16 )));
22
21
You can’t perform that action at this time.
0 commit comments