diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 23:32:19 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 23:32:19 +0200 |
| commit | 7ff76870242b6906b6f3caf22da3c094822ed140 (patch) | |
| tree | a99748ace111c77a30bb0e615b28cfb7aab0db1e /src/arch/common.h | |
| parent | 1bd4691d9cc46ec75adbe899b289a1ebc5460721 (diff) | |
| download | nissy-core-7ff76870242b6906b6f3caf22da3c094822ed140.tar.gz nissy-core-7ff76870242b6906b6f3caf22da3c094822ed140.zip | |
Move is_eo_even to more appropriate module
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 1c8c0b0..d76b65f 100644 --- a/src/arch/common.h +++ b/src/arch/common.h | |||
| @@ -30,6 +30,8 @@ STATIC_INLINE uint64_t coord_eo(cube_t); | |||
| 30 | STATIC_INLINE uint64_t coord_esep(cube_t); | 30 | STATIC_INLINE uint64_t coord_esep(cube_t); |
| 31 | STATIC_INLINE cube_t invcoord_esep(uint64_t); | 31 | STATIC_INLINE cube_t invcoord_esep(uint64_t); |
| 32 | 32 | ||
| 33 | STATIC_INLINE bool is_eo_even(cube_t); | ||
| 34 | |||
| 33 | STATIC_INLINE void copy_corners(cube_t [static 1], cube_t); | 35 | STATIC_INLINE void copy_corners(cube_t [static 1], cube_t); |
| 34 | STATIC_INLINE void copy_edges(cube_t [static 1], cube_t); | 36 | STATIC_INLINE void copy_edges(cube_t [static 1], cube_t); |
| 35 | STATIC_INLINE void set_eo(cube_t [static 1], uint64_t); | 37 | STATIC_INLINE void set_eo(cube_t [static 1], uint64_t); |
