コード例 #1
0
void test_vld4Qs8 (void)
{
    int8x16x4_t out_int8x16x4_t;

    out_int8x16x4_t = vld4q_s8 (0);
}
コード例 #2
0
ファイル: vtransform.hpp プロジェクト: 007Indian/opencv
inline   int8x16x4_t vld4q(const s8  * ptr) { return  vld4q_s8(ptr); }