1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00

Popcount corrections

This commit is contained in:
biagio montesano
2014-07-31 17:17:20 +02:00
parent 35b1e1eb40
commit 07f9d444c6

View File

@@ -46,7 +46,7 @@
#ifdef _WIN32
# include <intrin.h>
# define popcnt __popcnt
# define popcntll __popcount64
# define popcntll __popcnt64
#else
# define popcntll __builtin_popcountll
# define popcnt __builtin_popcount