summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Contributors section.tege2007-08-241-55/+53
* Minor tuning.tege2007-06-222-29/+11
* Add _nc entry points.tege2007-05-301-12/+22
* Cast calls to new mem* calls to avoid unaligned ops.tege2007-05-221-4/+4
* Tweak operand sizes for best coverage.tege2007-05-161-6/+12
* Add redzones around allocations.tege2007-05-161-18/+77
* Add a copyright year.tege2007-05-152-6/+7
* Make mul_1c entry point actually work.tege2007-05-151-8/+10
* (mpn_dc_set_str): Avoid calling mpn_add_n when ln == 0.tege2007-05-151-18/+24
* (string_urandomb): New function.tege2007-05-151-8/+43
* Minor updates.tege2007-05-011-9/+9
* Add a copyright year.tege2007-04-301-1/+1
* Trivial reformat changes.tege2007-04-301-3/+2
* Complete rewrite.tege2007-04-301-438/+745
* Use short shift-by-one form.tege2007-04-301-3/+3
* Add a copyright year.tege2007-04-302-2/+2
* Adjust a cycle count.tege2007-04-302-4/+4
* Replaced by aorsmul_1.asm, complete rewrite.tege2007-04-302-268/+0
* *** empty log message ***tege2007-04-301-3/+3
* Use short shift-by-one form. Misc cleanups.tege2007-04-301-3/+3
* Cleanup formatting.tege2007-04-301-3/+3
* Fix comment typos.tege2007-04-255-6/+6
* Complete rewrite (except diagonal code).tege2007-02-121-286/+654
* Misc cleanups.tege2007-02-121-136/+122
* *** empty log message ***tege2007-02-052-68/+134
* Complete rewrite.tege2007-02-051-113/+162
* Complete rewrite.tege2007-02-051-149/+663
* (mpn_sb_get_str): Get loop count for frac development right.tege2007-01-311-1/+3
* *** empty log message ***tege2007-01-311-0/+376
* Complete rewrite.tege2007-01-313-272/+145
* Add _nc entry points, minor cleanups.tege2007-01-251-25/+26
* Rewrite.tege2007-01-252-83/+179
* New file, based on lshift.asm.tege2007-01-251-0/+161
* Swap some loop insns for a small speedup.tege2007-01-251-22/+26
* *** empty log message ***tege2007-01-251-0/+87
* Complete rewrite of add/subtract code.tege2007-01-253-180/+196
* Add special case for cnt=1.tege2007-01-201-122/+168
* New file, written from scratch, finally at 3.0 c/l on K8tege2007-01-191-0/+169
* (__gmp_randclear_mt): Initialize ALLOC field, like in __gmp_randinit_mt_noseed.tege2006-12-291-19/+21
* From Marco Bodrato:tege2006-12-291-194/+184
* Regenerate for:tege2006-12-291-44/+59
* (nodist_EXTRA_libmpn_la_SOURCES): Add mul_toom22.c,tege2006-12-291-0/+1
* Recognize athlon64 and core2 as alternatives to x86_64.tege2006-12-291-9/+20
* *** empty log message ***tege2006-12-291-1/+1
* Remove TMP* invocations.tege2006-12-291-5/+0
* *** empty log message ***tege2006-12-291-9/+0
* New file.tege2006-12-291-0/+337
* Use mpn_mul_toom22. Trim cutoff points between the mpn_mul_toomN2tege2006-12-291-18/+19
* Misc optimizations, cleanups.tege2006-12-282-42/+115
* New code for unbalanced operands.tege2006-12-283-11/+785