From 1bd4691d9cc46ec75adbe899b289a1ebc5460721 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 1 Aug 2025 16:52:44 +0200 Subject: Added CPEPE coordinate in preparation of full DRFIN solver --- 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 6c62a2e..1c8c0b0 100644 --- a/src/arch/common.h +++ b/src/arch/common.h @@ -41,6 +41,8 @@ STATIC_INLINE uint64_t coord_cp(cube_t); STATIC_INLINE cube_t invcoord_cp(uint64_t); STATIC_INLINE uint64_t coord_epud(cube_t); STATIC_INLINE cube_t invcoord_epud(uint64_t); +STATIC_INLINE uint64_t coord_epe(cube_t); +STATIC_INLINE cube_t invcoord_epe(uint64_t); STATIC_INLINE void invcoord_esep_array(uint64_t set1, uint64_t set2, uint8_t mem[static 12]) -- cgit v1.3