From 38014615238a51f1c0c1f2f96d37cbfbf765520a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 29 Jul 2025 10:00:56 +0200 Subject: Optimized some coordinates --- src/arch/common.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/arch/common.h') diff --git a/src/arch/common.h b/src/arch/common.h index 922ea51..3e7867d 100644 --- a/src/arch/common.h +++ b/src/arch/common.h @@ -37,6 +37,11 @@ STATIC_INLINE void set_eo(cube_t [static 1], int64_t); STATIC_INLINE void invcoord_esep_array(int64_t, int64_t, uint8_t[static 12]); STATIC_INLINE cube_t invcoord_eoesep(int64_t); +STATIC_INLINE int64_t coord_cp(cube_t); +STATIC_INLINE cube_t invcoord_cp(int64_t); +STATIC_INLINE int64_t coord_epud(cube_t); +STATIC_INLINE cube_t invcoord_epud(int64_t); + STATIC_INLINE void invcoord_esep_array(int64_t set1, int64_t set2, uint8_t mem[static 12]) { -- cgit v1.3