This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-24 03:00:14 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6f8c3b13d8
opencv
/
cmake
/
checks
/
cpu_sse42.cpp
8 lines
96 B
C++
Raw
Normal View
History
Unescape
Escape
cmake: support multiple CPU targets
2016-09-07 23:02:36 +08:00
#
include
<nmmintrin.h>
cmake: fix POPCNT & SSE4.2 detection code
2017-04-26 23:54:08 +08:00
int
main
(
)
{
unsigned
int
res
=
_mm_crc32_u8
(
1
,
2
)
;
cmake: support multiple CPU targets
2016-09-07 23:02:36 +08:00
return
0
;
}
Reference in New Issue
Copy Permalink