summaryrefslogtreecommitdiff
path: root/mpn
Commit message (Expand)AuthorAgeFilesLines
* Regenerate with new autoconf/-make/libtool suite.Linus Nordberg2000-03-201-1/+1
* Use new define for cvttqc.tege2000-03-201-1/+1
* (cvttqc): New define.tege2000-03-201-0/+1
* * mpn/x86/k6/sqr_basecase.asm: Tiny amendments for 3x3 case.Kevin Ryde2000-03-191-16/+18
* Add a comment.Kevin Ryde2000-03-181-2/+7
* (invert_normalized_limb): Define.tege2000-03-171-1/+1
* Convert from `.s' to `.asm'.tege2000-03-171-0/+68
* * Convert `.s' files to `.asm'.tege2000-03-1727-1527/+1489
* Add shift-by-1 speed.Kevin Ryde2000-03-171-2/+4
* * mpn/x86/pentium/rshift.S: Use plain rcrl (not rcrl $1) forKevin Ryde2000-03-171-13/+13
* Initial version.Kevin Ryde2000-03-151-0/+115
* * mpn/asm-defs.m4: Add define_mpn(divexact_by3).Kevin Ryde2000-03-151-0/+1
* Initial version.Kevin Ryde2000-03-141-0/+75
* Amend a comment.Kevin Ryde2000-03-141-1/+1
* Initial version.Kevin Ryde2000-03-141-0/+109
* A few better addressing modes.Kevin Ryde2000-03-141-30/+24
* Make PIC actually work.tege2000-03-142-4/+4
* Rewrite simple loop and return value handling, add some pictures.Kevin Ryde2000-03-141-113/+193
* Initial version.Kevin Ryde2000-03-141-0/+471
* Use m4 ifdef, not cpp #ifdef.tege2000-03-142-11/+11
* (C): New define for comments.tege2000-03-141-0/+8
* Finish switch to `C' comments.tege2000-03-1418-302/+326
* Start comments with `C'.tege2000-03-1417-871/+809
* Initial version.Kevin Ryde2000-03-131-0/+91
* Tiny rewording, and add references.Kevin Ryde2000-03-121-2/+11
* Use plain emms (femms is just an alias for emms now).Kevin Ryde2000-03-121-2/+2
* Rewrite, smaller and slightly faster.Kevin Ryde2000-03-121-91/+131
* Redo assembler comment detection and handling.Kevin Ryde2000-03-121-66/+87
* Add to notes on mul speed.Kevin Ryde2000-03-121-1/+2
* Supplement definition of ALIGN provided by config.m4.Kevin Ryde2000-03-121-9/+26
* Use plain emms (femms is just an alias for emms now).Kevin Ryde2000-03-122-2/+2
* Add comments on speeds.Kevin Ryde2000-03-111-3/+3
* Add speeds of various routines.Kevin Ryde2000-03-111-10/+48
* Initial version.Kevin Ryde2000-03-112-0/+913
* Regenerate. (CC_TEST removed.)Linus Nordberg2000-03-101-1/+0
* Tiny speedup by avoiding popl.Kevin Ryde2000-03-081-9/+13
* Small speedup by avoiding an AGI.Kevin Ryde2000-03-081-8/+9
* Tiny speedup avoiding popl.Kevin Ryde2000-03-082-20/+24
* HAVE_NATIVE_* now in config.h.Kevin Ryde2000-03-061-6/+0
* Add comments about SysV m4.Kevin Ryde2000-03-061-90/+136
* Map cr0 => `0', etc.tege2000-03-061-0/+5
* refmpn_divexact_by3 prototype (and a couple of others).Kevin Ryde2000-03-051-0/+5
* Use ASSERT.Kevin Ryde2000-03-051-55/+87
* New macro cmovnz_ebx_ecx).Kevin Ryde2000-03-051-13/+16
* Use cmov.Kevin Ryde2000-03-051-8/+4
* Bump copyright year.Kevin Ryde2000-03-052-2/+2
* Use %dl not %edx with testb (no code change, testb was still gettingKevin Ryde2000-03-052-2/+2
* Further correction to assembler divide operator note.Kevin Ryde2000-03-031-31/+35
* Misc cleanups.tege2000-03-038-69/+71
* New file for AIX/XCOFF support.tege2000-03-032-0/+79