Commit 35b1e1eb authored by biagio montesano's avatar biagio montesano

Changed win ifdef

parent 20b8bb4a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment