aboutsummaryrefslogtreecommitdiffstats
path: root/include/mp_asm.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove some #include's that were just there for debugging purposes.lloyd2006-06-081-3/+0
|
* Move the word3_muladd routines from mp_asm.h to mp_asmi.h, so theylloyd2006-06-081-26/+3
| | | | | | can make use of word_add Update mp_comba.cpp to include the needed header.
* Revert the last change; it turned out to require a bunch of changes to thelloyd2006-06-061-15/+8
| | | | | | assembly code in order to handle the argument aliasing correctly, and it seems I don't understand GCC's extended asm syntax well enough to figure out how to get it work in a way that isn't hideous.
* Remove one parameter from word_madd2 and word_madd3lloyd2006-06-061-8/+15
|
* Use b instead of a as a temp variable in word3_muladd to betterlloyd2006-06-061-3/+3
| | | | match the code in word3_muladd_2
* Initial checkin1.5.6lloyd2006-05-181-0/+77