Example #1
0
inline  uint32x4x3_t vld3q(const u32 * ptr) { return vld3q_u32(ptr); }
Example #2
0
void test_vld3Qu32 (void)
{
    uint32x4x3_t out_uint32x4x3_t;

    out_uint32x4x3_t = vld3q_u32 (0);
}