Skip to content

Conversation

@MozirDmitriy
Copy link
Contributor

The spill buffer allocation and buf declaration guarded by num_limbs > MAX_REGS were unreachable and never used. All public call sites hard-gate x86_64 ASM usage to limb counts 2..=6, and the proc-macros themselves emit an empty token stream for num_limbs > 6. Since the asm template does not reference {buf} and this branch cannot be reached, the code was dead and misleading, so it has been removed.

@MozirDmitriy MozirDmitriy requested review from a team as code owners September 29, 2025 06:56
@MozirDmitriy MozirDmitriy requested review from Pratyush, mmagician and z-tech and removed request for a team September 29, 2025 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant