Beispiel #1
0
inline   int32x2x2_t vld2(const s32 * ptr) { return vld2_s32(ptr); }
Beispiel #2
0
void test_vld2s32 (void)
{
  int32x2x2_t out_int32x2x2_t;

  out_int32x2x2_t = vld2_s32 (0);
}