checkpoint on moving all of radbin to wavefront-style, first step to going wide on rdi baking as well

This commit is contained in:
Ryan Fleury
2025-09-05 15:19:28 -07:00
parent d8bb8c76c6
commit 69d0da9586
8 changed files with 148 additions and 124 deletions
+3 -1
View File
@@ -75,11 +75,13 @@ tctx_get_scratch(Arena **conflicts, U64 count)
//- rjf: lane metadata
internal void
internal LaneCtx
tctx_set_lane_ctx(LaneCtx lane_ctx)
{
TCTX *tctx = tctx_selected();
LaneCtx restore = tctx->lane_ctx;
tctx->lane_ctx = lane_ctx;
return restore;
}
internal void