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 1717#include < xmmintrin.h>
1818
1919typedef double __m128d __attribute__ ((__vector_size__(16 ), __aligned__(16 )));
20- typedef long long __m128i __attribute__ ((__vector_size__(16 ), __aligned__(16 )));
2120
2221typedef double __m128d_u __attribute__ ((__vector_size__(16 ), __aligned__(1 )));
2322typedef long long __m128i_u
2423 __attribute__ ((__vector_size__(16 ), __aligned__(1 )));
2524
2625/* Type defines. */
2726typedef 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 )));
3127
3228/* Unsigned types */
3329typedef unsigned long long __v2du __attribute__ ((__vector_size__(16 )));
Original file line number Diff line number Diff line change 1616
1717#include < mmintrin.h>
1818
19- typedef int __v4si __attribute__ ((__vector_size__(16 )));
2019typedef float __v4sf __attribute__ ((__vector_size__(16 )));
2120typedef float __m128 __attribute__ ((__vector_size__(16 ), __aligned__(16 )));
2221
You can’t perform that action at this time.
0 commit comments