From 7ff76870242b6906b6f3caf22da3c094822ed140 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 1 Aug 2025 23:32:19 +0200 Subject: Move is_eo_even to more appropriate module --- src/arch/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/arch/common.h') diff --git a/src/arch/common.h b/src/arch/common.h index 1c8c0b0..d76b65f 100644 --- a/src/arch/common.h +++ b/src/arch/common.h @@ -30,6 +30,8 @@ STATIC_INLINE uint64_t coord_eo(cube_t); STATIC_INLINE uint64_t coord_esep(cube_t); STATIC_INLINE cube_t invcoord_esep(uint64_t); +STATIC_INLINE bool is_eo_even(cube_t); + STATIC_INLINE void copy_corners(cube_t [static 1], cube_t); STATIC_INLINE void copy_edges(cube_t [static 1], cube_t); STATIC_INLINE void set_eo(cube_t [static 1], uint64_t); -- cgit v1.3