Home
last modified time | relevance | path

Searched refs:SIMDVec (Results 1 – 1 of 1) sorted by relevance

/external/pffft/
Dsse2neon.h279 typedef union ALIGN_STRUCT(16) SIMDVec { union
289 } SIMDVec; typedef
292 #define vreinterpretq_nth_u64_m128i(x, n) (((SIMDVec *) &x)->m128_u64[n])
293 #define vreinterpretq_nth_u32_m128i(x, n) (((SIMDVec *) &x)->m128_u32[n])
294 #define vreinterpretq_nth_u8_m128i(x, n) (((SIMDVec *) &x)->m128_u8[n])