aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/mp/mp_comba.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Manually rename registers instead of rotating. Performance is aboutlloyd2011-11-181-638/+638
| | | | | the same, so clearly GCC 4.6 and/or the Core i7 are very good about renames, but might help on less capable systems.
* Move the core MPI functions to src/math/mp, leaving src/math/bigint justlloyd2010-09-241-0/+920
for the implementation of the BigInt class