|
morton-arithmetic 0.1.0
Fast Morton (Z-order) codes with O(1) arithmetic
|

Files | |
| batch.hpp | |
| Bulk (array) encode/decode/arithmetic with auto-vectorised + AVX-512 runtime dispatch. | |
| hd.hpp | |
The MORTON_HD host/device function marker, shared by every core header. | |
| iterate.hpp | |
| Region traversal built on the arithmetic core (row-major and Z-order sweeps). | |
| kokkos.hpp | |
| Portable Kokkos backend for the morton-arithmetic library. | |
| morton.hpp | |
Core Morton<Dim,Bits> type — Z-order codes with O(1) arithmetic in Morton space. | |
| simd.hpp | |
| Explicit AVX-512 batch kernels for the bulk encode/decode/arithmetic paths. | |
| wide_uint.hpp | |
| Minimal fixed-width unsigned integer backing Morton codes wider than 128 bits. | |