math/big: improve assembly cores: alignment and unrolling #9244
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Suggestions from Torbjörn Granlund (personal e-mail):
"Aligning:
Consider aligning loops to at least a 0 mod 16 address.
Same for function start.
Tail code after unrolling:
Setting up a loop which runs 0-3 iterations is quite expensive.
It should be better to follow the pattern:
"
The text was updated successfully, but these errors were encountered: