void test_vld3Qf32 (void)
{
  float32x4x3_t out_float32x4x3_t;

  out_float32x4x3_t = vld3q_f32 (0);
}
Exemple #2
0
inline float32x4x3_t vld3q(const f32 * ptr) { return vld3q_f32(ptr); }