Beispiel #1
0
inline    int8x8x4_t vld4(const s8  * ptr) { return  vld4_s8(ptr); }
void test_vld4s8 (void)
{
  int8x8x4_t out_int8x8x4_t;

  out_int8x8x4_t = vld4_s8 (0);
}