summaryrefslogtreecommitdiffstats
path: root/src/libmp/386/mpvecdigmuladd.s
Commit message (Collapse)AuthorAgeFilesLines
* all: remove $OBJTYPE from buildRuss Cox2020-12-301-69/+0
| | | | | | | Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
* SunOS fixes (thanks Aram Hăvărneanu)Russ Cox2011-05-171-43/+43
| | | | | R=rsc, rsc http://codereview.appspot.com/4271084
* no typesrsc2006-04-211-1/+0
|
* Avoid storing precious data below the stack pointer.rsc2006-03-221-13/+14
|
* Add basic libmp support for the x86.wkj2004-04-211-0/+69