aboutsummaryrefslogtreecommitdiff
path: root/src/arch/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/common.h')
-rw-r--r--src/arch/common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/common.h b/src/arch/common.h
index 52e0fc7..5c1efde 100644
--- a/src/arch/common.h
+++ b/src/arch/common.h
@@ -1,6 +1,6 @@
1STATIC_INLINE int popcount_u32(uint32_t); 1STATIC_INLINE int popcount_u32(uint32_t);
2 2
3STATIC void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); 3STATIC void pieces(cube_t [static 1], uint8_t [static 8], uint8_t [static 12]);
4STATIC_INLINE bool equal(cube_t, cube_t); 4STATIC_INLINE bool equal(cube_t, cube_t);
5STATIC_INLINE cube_t invertco(cube_t); 5STATIC_INLINE cube_t invertco(cube_t);
6STATIC_INLINE cube_t compose_edges(cube_t, cube_t); 6STATIC_INLINE cube_t compose_edges(cube_t, cube_t);
@@ -14,9 +14,9 @@ STATIC_INLINE int64_t coord_cocsep(cube_t);
14STATIC_INLINE int64_t coord_eo(cube_t); 14STATIC_INLINE int64_t coord_eo(cube_t);
15STATIC_INLINE int64_t coord_esep(cube_t); 15STATIC_INLINE int64_t coord_esep(cube_t);
16 16
17STATIC_INLINE void copy_corners(cube_t *, cube_t); 17STATIC_INLINE void copy_corners(cube_t [static 1], cube_t);
18STATIC_INLINE void copy_edges(cube_t *, cube_t); 18STATIC_INLINE void copy_edges(cube_t [static 1], cube_t);
19STATIC_INLINE void set_eo(cube_t *, int64_t); 19STATIC_INLINE void set_eo(cube_t [static 1], int64_t);
20STATIC_INLINE cube_t invcoord_esep(int64_t); 20STATIC_INLINE cube_t invcoord_esep(int64_t);
21 21
22STATIC_INLINE void invcoord_esep_array(int64_t, int64_t, uint8_t[static 12]); 22STATIC_INLINE void invcoord_esep_array(int64_t, int64_t, uint8_t[static 12]);

Generated with cgit - Back to sebastiano.tronto.net