moved HAVE_BUILTIN_POPCOUNT def to cmake

This commit is contained in:
G.E.
2024-03-12 14:22:39 +02:00
parent 9591ae34e5
commit feeb6a57ac
4 changed files with 16 additions and 6 deletions

View File

@@ -44,7 +44,6 @@
#endif
#ifdef __NetBSD__
#include <strings.h>
#define HAVE_LOCAL_POPCOUNT
#endif
#endif // UTIL_ARCH_X86_H_