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:
@@ -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
|
||||
|
Reference in New Issue
Block a user