summaryrefslogtreecommitdiff
path: root/mpn/asm-defs.m4
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Torbjorn Granlund2011-04-281-1/+1
* (define_mpn): Use deflit.Torbjorn Granlund2011-04-111-1/+1
* Moved table for x86_64 invert_limb to a separate file.Niels Möller2011-04-101-0/+1
* New naming convention for div_qr_2 functions.Niels Möller2011-03-301-4/+4
* Prepare for mpn_div_qr_2_pi1_norm assembly.Niels Möller2011-03-221-0/+4
* (define_mpn): Add addcnd_n and subcnd_n.Torbjorn Granlund2011-03-211-0/+2
* (define_mpn): Add div_qr_2.Torbjorn Granlund2011-03-211-0/+1
* Declare all addlsh*_ip1 functions.Marco Bodrato2011-03-111-0/+12
* Define and use sublsh2_n*_ip1.Marco Bodrato2011-03-111-0/+7
* (mpn_addlsh_nc, mpn_rsblsh_nc): Declare.Torbjorn Granlund2011-03-031-0/+2
* mpn_sublsh_n definitions.Marco Bodrato2011-02-141-0/+1
* Update some copyright year.Marco Bodrato2011-02-071-2/+2
* (mpn_addlsh1_nc, mpn_addlsh2_nc, mpn_sublsh1_nc, mpn_sublsh2_nc, mpn_rsblsh1_...Torbjorn Granlund2011-02-051-0/+6
* Add new internal mpn routines addmul_2s and sqr_diag_addlsh1.Torbjorn Granlund2011-01-221-0/+2
* Declare more addmul_N adn mul_N primitives.Torbjorn Granlund2011-01-081-0/+6
* New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)Torbjorn Granlund2009-12-281-2/+2
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-4/+0
* Purge references to mpn_bdivmod.Torbjorn Granlund2009-12-221-1/+0
* (mpn_pi1_bdiv_q_1): Renamed from mpn_bdiv_q_1_pi1.Torbjorn Granlund2009-12-211-1/+1
* Add mpn_rsh1add_nc, mpn_rsh1sub_nc support.Torbjorn Granlund2009-12-191-0/+2
* Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*.Torbjorn Granlund2009-12-061-1/+1
* Corrected return value for rsblsh_n, added prototype and mangling.Marco Bodrato2009-12-011-0/+1
* Added declaration and name mangling for addlsh_n.Niels Möller2009-11-191-0/+1
* Fix some comments around...Marco Bodrato2009-11-161-1/+1
* Amend last checkin (lsh2).Torbjorn Granlund2009-11-151-0/+8
* More spelling fixes.Torbjorn Granlund2009-11-151-1/+1
* Fix lot of spelling errors.Torbjorn Granlund2009-11-151-1/+1
* Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.Torbjorn Granlund2009-10-311-1/+1
* (define_mpn): Add mullow_basecase.Torbjorn Granlund2009-10-211-0/+1
* Rename mpn_addsub_n to mpn_add_n_sub_n.Torbjorn Granlund2009-10-041-2/+2
* (define_mpn): Remove mod_1s_1p, add mod_1_1p.Torbjorn Granlund2009-08-121-2/+2
* New functions, mpn_bdiv_q_1 and mpn_bdiv_q_1_pi1.Torbjorn Granlund2009-06-041-0/+2
* Add supoort for mpn_rsblsh1_n.Torbjorn Granlund2009-06-041-0/+2
* Correct names for mod_1_N functions.Torbjorn Granlund2009-05-181-4/+8
* Properly support mpn_neg_n.Torbjorn Granlund2009-04-301-0/+1
* Rewrite mpn/generic/mod_1.c, add mod_1_1s functions.Torbjorn Granlund2009-01-131-0/+4
* Rename modlimb_invert to binvert_limb.Torbjorn Granlund2008-11-211-2/+6
* Remove define_mpn(gcd_finda).Torbjorn Granlund2008-11-181-1/+0
* Added mpn/x86_64/addaddmul_1msb0.Niels Möller2008-09-221-0/+1
* Add mpn_bdiv_dbm1c functionality.Torbjorn Granlund2008-09-161-0/+1
* Add support, testing, and timing of mpn_mul_3 and mpn_mul_4.Torbjorn Granlund2008-09-081-0/+2
* Update license to version 3.tege2007-09-181-5/+3
* Add a copyriot year.tege2006-05-111-1/+1
* (ASM_END): Provide (empty) default.tege2006-04-111-0/+8
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-2/+2
* (PIC_ALWAYS): Define PIC just iff PIC_ALWAYS = "yes".tege2005-05-021-1/+1
* * mpn/asm-defs.m4 (m4_ifdef): New macro, avoiding OSF 4.0 m4 bug.Kevin Ryde2004-01-111-2/+24
* * mpn/asm-defs.m4 (PROLOGUE): Use m4_file_seen, for correct filenameKevin Ryde2003-10-241-10/+9
* Handle rsh1aors_n.tege2003-10-111-0/+4