diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-06 14:19:43 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-04-06 14:19:43 +0100 |
| commit | 0d4fa9ebbfcadfff4baf8fc3cd32a63dcfd7dd43 (patch) | |
| tree | 3a31783cb703febeba25d1aaafb931323a4d9202 /src/arch/common.h | |
| parent | ce4f47663d6baeb55fea253f17bb5f023ea48de1 (diff) | |
| parent | fe534f1497da6447153064d7bba00243000f803b (diff) | |
| download | nissy-core-0d4fa9ebbfcadfff4baf8fc3cd32a63dcfd7dd43.tar.gz nissy-core-0d4fa9ebbfcadfff4baf8fc3cd32a63dcfd7dd43.zip | |
Merge remote-tracking branch 'origin/master' into c-portability
Diffstat (limited to 'src/arch/common.h')
| -rw-r--r-- | src/arch/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/common.h b/src/arch/common.h index 2a83fbf..a7c4a3b 100644 --- a/src/arch/common.h +++ b/src/arch/common.h | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #define EFLIP UINT8_C(0x10) | 13 | #define EFLIP UINT8_C(0x10) |
| 14 | 14 | ||
| 15 | STATIC_INLINE int popcount_u32(uint32_t); | 15 | STATIC_INLINE int popcount_u32(uint32_t); |
| 16 | STATIC_INLINE int popcount_u64(uint64_t); | ||
| 16 | 17 | ||
| 17 | STATIC void pieces(cube_t [NON_NULL], uint8_t [SIZE(8)], uint8_t [SIZE(12)]); | 18 | STATIC void pieces(cube_t [NON_NULL], uint8_t [SIZE(8)], uint8_t [SIZE(12)]); |
| 18 | STATIC_INLINE bool equal(cube_t, cube_t); | 19 | STATIC_INLINE bool equal(cube_t, cube_t); |
