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.h2
1 files changed, 2 insertions, 0 deletions
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);
41STATIC_INLINE cube_t invcoord_cp(uint64_t); 41STATIC_INLINE cube_t invcoord_cp(uint64_t);
42STATIC_INLINE uint64_t coord_epud(cube_t); 42STATIC_INLINE uint64_t coord_epud(cube_t);
43STATIC_INLINE cube_t invcoord_epud(uint64_t); 43STATIC_INLINE cube_t invcoord_epud(uint64_t);
44STATIC_INLINE uint64_t coord_epe(cube_t);
45STATIC_INLINE cube_t invcoord_epe(uint64_t);
44 46
45STATIC_INLINE void 47STATIC_INLINE void
46invcoord_esep_array(uint64_t set1, uint64_t set2, uint8_t mem[static 12]) 48invcoord_esep_array(uint64_t set1, uint64_t set2, uint8_t mem[static 12])

Generated with cgit - Back to sebastiano.tronto.net