1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00
Files
opencv/cmake/checks/cpu_sse.cpp
T
2017-02-13 19:52:59 +03:00

3 lines
48 B
C++

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