aboutsummaryrefslogtreecommitdiff
path: root/src/arch/common.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-01 16:52:44 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-01 16:52:44 +0200
commit1bd4691d9cc46ec75adbe899b289a1ebc5460721 (patch)
treeea71166e05d399e57a13d6e3d7d96d4737f8f7bd /src/arch/common.h
parent0844b0ecd00bd6d68a7bafaeae0ee3d420db8ff6 (diff)
downloadnissy-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.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