From de04d37e8520079f5bba3b1a87d42313297543db Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 19 Dec 2025 07:32:09 +0100 Subject: Add coordinate solvers for corners --- 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 f06f8d7..4412562 100644 --- a/src/arch/common.h +++ b/src/arch/common.h @@ -35,6 +35,7 @@ STATIC_INLINE cube_t invcoord_epudsep(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_co(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