Пример #1
0
inline    int8x8x2_t vld2(const s8  * ptr) { return  vld2_s8(ptr); }
Пример #2
0
void test_vld2s8 (void)
{
  int8x8x2_t out_int8x8x2_t;

  out_int8x8x2_t = vld2_s8 (0);
}