This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
luoyc
/
OpenCV
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
master
ブランチ
タグ
master
OpenCV
/
opencv
/
cmake
/
checks
/
cpu_sse42.cpp
cpu_sse42.cpp
96 B
パーマリンク
履歴
Raw
1
2
3
4
5
6
7
#include <nmmintrin.h>
int main()
{
unsigned int res = _mm_crc32_u8(1, 2);
return 0;
}