Files
opencv-wasm/cmake/checks/cpu_sse2.cpp
2022-05-06 01:58:53 +08:00

3 lines
48 B
C++

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