Ejemplo n.º 1
0
inline   int32x2x4_t vld4(const s32 * ptr) { return vld4_s32(ptr); }
Ejemplo n.º 2
0
void test_vld4s32 (void)
{
  int32x2x4_t out_int32x2x4_t;

  out_int32x2x4_t = vld4_s32 (0);
}