Пример #1
0
inline   int16x8x3_t vld3q(const s16 * ptr) { return vld3q_s16(ptr); }
Пример #2
0
void test_vld3Qs16 (void)
{
  int16x8x3_t out_int16x8x3_t;

  out_int16x8x3_t = vld3q_s16 (0);
}