Ejemplo n.º 1
0
void test_vld3Qs8 (void)
{
  int8x16x3_t out_int8x16x3_t;

  out_int8x16x3_t = vld3q_s8 (0);
}
Ejemplo n.º 2
0
inline   int8x16x3_t vld3q(const s8  * ptr) { return  vld3q_s8(ptr); }