Beispiel #1
0
void test_vld3s8 (void)
{
  int8x8x3_t out_int8x8x3_t;

  out_int8x8x3_t = vld3_s8 (0);
}
Beispiel #2
0
inline    int8x8x3_t vld3(const s8  * ptr) { return  vld3_s8(ptr); }