Support constant shifts for bignum digits.
This gets rid of the load of the shift amount to ecx, saving one instruction and reducing pressure on the ecx register.
Loading
Please register or sign in to comment
This gets rid of the load of the shift amount to ecx, saving one instruction and reducing pressure on the ecx register.