예제 #1
0
파일: vcgts32.c 프로젝트: 0day-ci/gcc
void test_vcgts32 (void)
{
  uint32x2_t out_uint32x2_t;
  int32x2_t arg0_int32x2_t;
  int32x2_t arg1_int32x2_t;

  out_uint32x2_t = vcgt_s32 (arg0_int32x2_t, arg1_int32x2_t);
}
예제 #2
0
inline  uint32x2_t vcgt(const int32x2_t   & v0, const int32x2_t   & v1) { return vcgt_s32(v0, v1); }