mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-25 02:20:33 +00:00
WIP: Adjusting normalize atom proc to to the new tape runtime convention. Trying to reduce redundant scuff to scratch.
This commit is contained in:
@@ -151,13 +151,13 @@ internal void compile_init_atoms(void) {
|
||||
|
||||
smem.normalize_v3s4 = build_normalize_v3s4(& ab,
|
||||
RegUse_(build_normalize_v3s4) {
|
||||
.scratch = ralloc(),
|
||||
.src_ptr = ralloc(),
|
||||
.dst_ptr = ralloc(),
|
||||
.recip_est = ralloc(),
|
||||
.norm = ralloc(),
|
||||
.shift = ralloc(),
|
||||
.src_x = ralloc(),
|
||||
.src_z = ralloc(),
|
||||
// .shift_count = ralloc(), /* dedicated slot for stage-3 → stage-4 shift count */
|
||||
.t3 = ralloc(),
|
||||
.t4 = ralloc(),
|
||||
|
||||
Reference in New Issue
Block a user