This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
opencv
Watch
8
Star
0
Fork
You've already forked opencv
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Open Source Computer Vision Library
https://opencv.org/
23396
Commits
6
Branches
128
Tags
3.0 GiB
Tree:
88b689bcf1
opencv
/
cmake
/
checks
/
cpu_sse42.cpp
8 lines
96 B
Raw
Normal View
History
Unescape
Escape
cmake: support multiple CPU targets
9 years ago
#
include
<nmmintrin.h>
cmake: fix POPCNT & SSE4.2 detection code
8 years ago
int
main
(
)
{
unsigned
int
res
=
_mm_crc32_u8
(
1
,
2
)
;
cmake: support multiple CPU targets
9 years ago
return
0
;
}