[feature] add 2D tiling, additional methods.
Implement a 2D tiling with continuous tiles in memory, with tiles organized in row-major order inside the virtual address range. Also adds functions to query the size of a tile inside the tiling.
src/tiling_2d.c
0 → 100644
Please register or sign in to comment