1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

avx2 in arithm

This commit is contained in:
Ilya Lavrenov
2015-01-12 10:59:30 +03:00
parent 70933ea999
commit 25e99c453f
4 changed files with 225 additions and 29 deletions
+3 -1
View File
@@ -159,7 +159,9 @@
# define CV_SSE4_2 1
# endif
# if defined __POPCNT__ || (defined _MSC_VER && _MSC_VER >= 1500)
# include <popcntintrin.h>
# ifndef _MSC_VER
# include <popcntintrin.h>
# endif
# define CV_POPCNT 1
# endif
# if defined __AVX__ || (defined _MSC_FULL_VER && _MSC_FULL_VER >= 160040219)