opencv/cmake/checks/cpu_sse.cpp

3 lines
48 B
C++
Raw Normal View History

2016-09-07 23:02:36 +08:00
#include <xmmintrin.h>
int main() { return 0; }