Exemple #1
0
void test_vld4Qu32 (void)
{
  uint32x4x4_t out_uint32x4x4_t;

  out_uint32x4x4_t = vld4q_u32 (0);
}
Exemple #2
0
inline  uint32x4x4_t vld4q(const u32 * ptr) { return vld4q_u32(ptr); }