Commit 07f9d444 authored by biagio montesano's avatar biagio montesano

Popcount corrections

parent 35b1e1eb
......@@ -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
......
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