diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 16:52:44 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-01 16:52:44 +0200 |
| commit | 1bd4691d9cc46ec75adbe899b289a1ebc5460721 (patch) | |
| tree | ea71166e05d399e57a13d6e3d7d96d4737f8f7bd /src/arch/common.h | |
| parent | 0844b0ecd00bd6d68a7bafaeae0ee3d420db8ff6 (diff) | |
| download | nissy-core-1bd4691d9cc46ec75adbe899b289a1ebc5460721.tar.gz nissy-core-1bd4691d9cc46ec75adbe899b289a1ebc5460721.zip | |
Added CPEPE coordinate in preparation of full DRFIN solver
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]) |
