From fe534f1497da6447153064d7bba00243000f803b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 6 Apr 2026 15:18:26 +0200 Subject: Added popcount_u64 --- src/arch/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/common.h') diff --git a/src/arch/common.h b/src/arch/common.h index 4412562..2b95fe3 100644 --- a/src/arch/common.h +++ b/src/arch/common.h @@ -13,6 +13,7 @@ #define EFLIP UINT8_C(0x10) STATIC_INLINE int popcount_u32(uint32_t); +STATIC_INLINE int popcount_u64(uint64_t); STATIC void pieces(cube_t [static 1], uint8_t [static 8], uint8_t [static 12]); STATIC_INLINE bool equal(cube_t, cube_t); -- cgit v1.3