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.h5
1 files changed, 5 insertions, 0 deletions
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);
37STATIC_INLINE void invcoord_esep_array(int64_t, int64_t, uint8_t[static 12]); 37STATIC_INLINE void invcoord_esep_array(int64_t, int64_t, uint8_t[static 12]);
38STATIC_INLINE cube_t invcoord_eoesep(int64_t); 38STATIC_INLINE cube_t invcoord_eoesep(int64_t);
39 39
40STATIC_INLINE int64_t coord_cp(cube_t);
41STATIC_INLINE cube_t invcoord_cp(int64_t);
42STATIC_INLINE int64_t coord_epud(cube_t);
43STATIC_INLINE cube_t invcoord_epud(int64_t);
44
40STATIC_INLINE void 45STATIC_INLINE void
41invcoord_esep_array(int64_t set1, int64_t set2, uint8_t mem[static 12]) 46invcoord_esep_array(int64_t set1, int64_t set2, uint8_t mem[static 12])
42{ 47{

Generated with cgit - Back to sebastiano.tronto.net