Ejemplo n.º 1
0
inline   int16x4x3_t vld3(const s16 * ptr) { return vld3_s16(ptr); }
Ejemplo n.º 2
0
void test_vld3s16 (void)
{
  int16x4x3_t out_int16x4x3_t;

  out_int16x4x3_t = vld3_s16 (0);
}