Пример #1
0
inline   int16x8x4_t vld4q(const s16 * ptr) { return vld4q_s16(ptr); }
Пример #2
0
void test_vld4Qs16 (void)
{
  int16x8x4_t out_int16x8x4_t;

  out_int16x8x4_t = vld4q_s16 (0);
}