Example #1
0
inline  uint16x8x3_t vld3q(const u16 * ptr) { return vld3q_u16(ptr); }
void test_vld3Qu16 (void)
{
  uint16x8x3_t out_uint16x8x3_t;

  out_uint16x8x3_t = vld3q_u16 (0);
}