mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 04:25:42 +08:00
Merge pull request #2827 from vpisarev:wechat_qrcode_win_fix
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#if (defined __GNUC__ && defined __x86_64__ && defined __SSE2__ && !defined __APPLE__ && \
|
||||
!defined __GXX_WEAK__)
|
||||
#include <ammintrin.h>
|
||||
#elif defined _MSC_VER && (defined _M_X64 || defined _M_IX86)
|
||||
#include <emmintrin.h>
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
|
Reference in New Issue
Block a user