diff options
Diffstat (limited to 'src/arch/common.h')
| -rw-r--r-- | src/arch/common.h | 2 |
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); | |||
| 41 | STATIC_INLINE cube_t invcoord_cp(uint64_t); | 41 | STATIC_INLINE cube_t invcoord_cp(uint64_t); |
| 42 | STATIC_INLINE uint64_t coord_epud(cube_t); | 42 | STATIC_INLINE uint64_t coord_epud(cube_t); |
| 43 | STATIC_INLINE cube_t invcoord_epud(uint64_t); | 43 | STATIC_INLINE cube_t invcoord_epud(uint64_t); |
| 44 | STATIC_INLINE uint64_t coord_epe(cube_t); | ||
| 45 | STATIC_INLINE cube_t invcoord_epe(uint64_t); | ||
| 44 | 46 | ||
| 45 | STATIC_INLINE void | 47 | STATIC_INLINE void |
| 46 | invcoord_esep_array(uint64_t set1, uint64_t set2, uint8_t mem[static 12]) | 48 | invcoord_esep_array(uint64_t set1, uint64_t set2, uint8_t mem[static 12]) |
