Fixing Windows compiler problem.

This commit is contained in:
Alan Mishchenko 2024-03-19 08:54:32 +09:00
parent c32f36af08
commit 5d3d77fcfe
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#ifdef _MSC_VER
# include <intrin.h>
# define __builtin_popcount __popcnt
# define __builtin_popcountl __popcnt64
#endif
#include "misc/util/abc_global.h"