summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* New mpn modexp functions.Torbjorn Granlund2009-04-091-1/+1
* Support Sun cc for x86_64.Torbjorn Granlund2009-04-061-1/+8
* (powerpc): Brave removing -Wa,-mppc64, in the hope that GCC now passesTorbjorn Granlund2009-03-111-1/+1
* (64-bit sparc/solaris): Pass -xO3, not -O3 to solaris system compiler.Torbjorn Granlund2009-03-021-1/+1
* (gcc_cflags, gcc_64_cflags): Revert from -O3 to -O2,Torbjorn Granlund2009-01-151-2/+2
* Rewrite mpn/generic/mod_1.c, add mod_1_1s functions.Torbjorn Granlund2009-01-131-0/+1
* (gmp_mpn_functions): Toom function updates.Torbjorn Granlund2008-12-231-2/+3
* Use x86_64/darwin.m4.Torbjorn Granlund2008-12-181-0/+4
* (gmp_mpn_functions): Add mul_toom33. Reformat.Torbjorn Granlund2008-12-071-51/+51
* (gmp_mpn_functions): List redc_1 and redc_2.Torbjorn Granlund2008-12-051-1/+3
* Remove gcd_finda related declarations.Torbjorn Granlund2008-11-181-2/+1
* Improve x86 fat binary support.Torbjorn Granlund2008-10-291-1/+1
* Point to p6/sse2 for pentiumm and core2.Torbjorn Granlund2008-10-261-2/+2
* Use CL_AS_NOEXECSTACK.Torbjorn Granlund2008-10-241-0/+2
* Set up specific path for x86_64/atom.Torbjorn Granlund2008-10-211-1/+1
* New GCD codeNiels Möller2008-10-171-3/+7
|\
| * Merged changes from trunk: Minithresh, and measurements for mul_basecaseNiels Möller2008-09-291-0/+15
| |\
| * | Added mpn/x86_64/addaddmul_1msb0.Niels Möller2008-09-221-1/+2
| * | Merged changes from main trunkNiels Möller2008-09-221-2/+5
| |\ \
| | * | New function mpn_matrix22_mul, using Strassen multiplication.Niels Möller2008-09-151-0/+1
| | * | * mpn/generic/gcdext_lehmer.c (mpn_gcdext_lehmer_itch): Deleted function.Niels Möller2008-09-111-1/+2
| | * | Added gcdext_lehmerNiels Möller2008-09-081-1/+1
| | * | New implementation of gcd and gcdext using Lehmer and hgcd2 (untested)Niels Möller2008-09-051-2/+3
* | | | Support Intel Atom processor.Torbjorn Granlund2008-10-151-4/+9
| |_|/ |/| |
* | | Handle --enable-minithres.Torbjorn Granlund2008-09-241-0/+15
|/ /
* | Misc divexact_by3 changes.Torbjorn Granlund2008-09-181-0/+1
* | Add mpn_bdiv_dbm1c functionality.Torbjorn Granlund2008-09-161-1/+2
* | Handle core2 separately from athlon64.Torbjorn Granlund2008-09-051-1/+5
* | Recognize pentiumm and AMD geode.Torbjorn Granlund2008-09-051-2/+3
|/
* Disallow odd nails sizes.tege2008-06-021-17/+19
* Re-indent.tege2008-02-271-10/+9
* Pick up x86/darwin.m4.tege2007-09-241-5/+9
* Update license to version 3.tege2007-09-181-4/+2
* Handle athlon64, core2, and pentium4 separately for 64-bit ABI.tege2007-09-011-18/+27
* Recognize athlon64 and core2 as alternatives to x86_64.tege2006-12-291-9/+20
* (powerpc-*): Remove repeated path component.tege2006-06-301-1/+1
* (ia64-*-linux*): Don't use -O3.tege2006-06-151-3/+4
* Clear out gcc_cflags_cpu and gcc_cflags_arch for a fat build.tege2006-05-171-3/+6
* (powerpc-*-*): Pass -maltivec to assembler for appropriate CPUs.tege2006-05-101-2/+6
* Support powerpc *bsd.tege2006-04-301-4/+4
* (powerpc-*-darwin): Remove -fast, it affects PIC.tege2006-04-271-3/+10
* (gmp_mpn_functions_optional): Add lshiftc.tege2006-04-181-1/+2
* (powerpc64, darwin): New optional, gcc_cflags_subtype.tege2006-04-081-59/+58
* Update FSF's address.tege2006-02-151-2/+2
* (powerpc): New optional, gcc_cflags_subtype.tege2006-02-031-1/+2
* For powerpc64, use vmx code only for powerpc970.tege2006-02-031-5/+9
* Fix typo.tege2006-02-031-1/+1
* (powerpc): Add vmx to relevant paths.tege2006-02-031-6/+10
* Generalize OS-dependent patterns for powerpcs.tege2006-01-221-3/+3
* Amend last change.tege2006-01-201-1/+1