Пример #1
0
void test_vld4Qs8 (void)
{
    int8x16x4_t out_int8x16x4_t;

    out_int8x16x4_t = vld4q_s8 (0);
}
Пример #2
0
inline   int8x16x4_t vld4q(const s8  * ptr) { return  vld4q_s8(ptr); }