opencv/cmake/checks/cpu_sse2.cpp
2017-02-13 19:52:59 +03:00

3 lines
48 B
C++

#include <emmintrin.h>
int main() { return 0; }