aboutsummaryrefslogtreecommitdiff
path: root/src/libmp/386/mpvecsub.s
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30all: remove $OBJTYPE from buildRuss Cox1-60/+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.
2006-04-21no typesrsc1-1/+0
2006-03-22Avoid storing precious data below the stack pointer.rsc1-17/+18
2005-08-10Old GNU assembler doesn't like comments.rsc1-7/+5
2004-04-21Add basic libmp support for the x86.wkj1-0/+62