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

Changed win ifdef

This commit is contained in:
biagio montesano
2014-07-31 16:59:01 +02:00
parent 20b8bb4a2c
commit 35b1e1eb40

View File

@@ -43,7 +43,7 @@
#ifndef __OPENCV_BITOPTS_HPP
#define __OPENCV_BITOPTS_HPP
#ifdef __MSC_VER
#ifdef _WIN32
# include <intrin.h>
# define popcnt __popcnt
# define popcntll __popcount64