示例#1
0
void test_vrev64Qs16 (void)
{
  int16x8_t out_int16x8_t;
  int16x8_t arg0_int16x8_t;

  out_int16x8_t = vrev64q_s16 (arg0_int16x8_t);
}
示例#2
0
inline int16x8_t   vrev64q(const int16x8_t   & v) { return vrev64q_s16(v); }