예제 #1
0
inline   int32x2x4_t vld4(const s32 * ptr) { return vld4_s32(ptr); }
예제 #2
0
파일: vld4s32.c 프로젝트: AlexMioMio/gcc
void test_vld4s32 (void)
{
  int32x2x4_t out_int32x2x4_t;

  out_int32x2x4_t = vld4_s32 (0);
}