Searched refs:ALIGN_STRUCT (Results 1 – 1 of 1) sorted by relevance
/external/pffft/ |
D | sse2neon.h | 63 #define ALIGN_STRUCT(x) __attribute__((aligned(x))) macro 70 #ifndef ALIGN_STRUCT 71 #define ALIGN_STRUCT(x) __declspec(align(x)) macro 279 typedef union ALIGN_STRUCT(16) SIMDVec { 457 float ALIGN_STRUCT(16) data[4] = {x, y, z, w}; in _mm_set_ps() 466 float ALIGN_STRUCT(16) data[4] = {a, 0, 0, 0}; in _mm_set_ss() 475 float ALIGN_STRUCT(16) data[4] = {w, z, y, x}; in _mm_setr_ps() 495 int16_t ALIGN_STRUCT(16) data[8] = {w0, w1, w2, w3, w4, w5, w6, w7}; in _mm_setr_epi16() 503 int32_t ALIGN_STRUCT(16) data[4] = {i3, i2, i1, i0}; in _mm_setr_epi32() 559 int8_t ALIGN_STRUCT(16) in _mm_set_epi8() [all …]
|