summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Update use of GMP_ASM_X86_MULX.Torbjorn Granlund2019-09-141-6/+8
* (HAVE_HOST_CPU_1): Add many x86_64 CPU types.Torbjorn Granlund2019-09-131-1/+21
* (arm): Select arch armv7ve for a7, a12, a15, and a17, this enables the use of...Torbjorn Granlund2019-09-081-6/+6
* Generate and install a pkg-config file for the gmpxx libraryHugh McMaster2019-08-081-1/+1
* Generate and install a pkg-config file for the gmp libraryHugh McMaster2019-08-081-1/+1
* Check for ELFv1 ABI on PowerPC.Torbjorn Granlund2019-08-191-0/+7
* New function mpn_gcd_22.Niels M?ller2019-08-161-1/+1
* New function mpn_gcd_11Niels M?ller2019-08-061-1/+2
* Generalise arm a72 pattern to match a73...a79.Torbjorn Granlund2019-07-131-1/+1
* * configure.ac (mips64): Use separate paths for r6 and non-r6 as theseTorbjorn Granlund2019-06-141-2/+12
* Goldmont fixes.Torbjorn Granlund2019-04-021-2/+8
* mpn/generic/strongfibo.c: New file.Marco Bodrato2018-11-121-1/+1
* configure.ac (gmp_mpn_functions): Add fib2m.Marco Bodrato2018-10-311-1/+1
* (arm): Support a12 and a17.Torbjorn Granlund2018-11-071-0/+11
* (x86): Provide goldmont specific path.Torbjorn Granlund2018-05-301-1/+1
* (x86): Pass more exact arch/tune options for nehalem.Torbjorn Granlund2018-05-291-2/+2
* Configure tweaks for windows on aarch64.Niels M?ller2018-04-221-2/+4
* Copyright year.Torbjorn Granlund2018-03-281-1/+1
* (mips): Recognise "mipsisa64*".Torbjorn Granlund2018-03-281-1/+1
* "riscv" => "riscv64"Torbjorn Granlund2018-03-251-1/+1
* Separate handling of POWER8 and POWER9.Torbjorn Granlund2017-12-271-1/+4
* (x86): Support AVX challenged systems for Zen.Torbjorn Granlund2017-08-181-1/+1
* (gmp_mpn_functions): Add sbpi1_bdiv_r.Torbjorn Granlund2017-07-201-1/+1
* Set GMP_NONSTD_ABI protecting against dots in the abi.Torbjorn Granlund2017-06-091-1/+1
* (hppa): Remove old GNU/Linux restriction to 32-bit ABI.Torbjorn Granlund2017-06-091-1/+0
* (fat_path): Add x86_64/bt2.Torbjorn Granlund2017-06-041-1/+1
* Use bt1/bt2 for bobcat and jaguar dirs.Torbjorn Granlund2017-06-041-6/+6
* (GMP_AVX_NOT_REALLY_AVAILABLE): New m4 define.Torbjorn Granlund2017-06-011-1/+4
* Remove k8, k10 from zen path.Torbjorn Granlund2017-04-161-1/+1
* Recognise AMD zen.Torbjorn Granlund2017-04-151-4/+10
* Allow MP_SIZE_T_MAX for threasholds exported to config.m4.Torbjorn Granlund2017-02-251-1/+1
* Swap out obsolete AC_PROG_RANLIB in favour of LT_INIT.Torbjorn Granlund2017-01-291-10/+2
* Don't check if we got a C99 compiler for now (partially revert 2017-01-24 cha...Torbjorn Granlund2017-01-291-3/+3
* Break out and optimise powtab computation from mpn/generic/get_str.c and mpn/...Torbjorn Granlund2017-01-241-1/+1
* Invoke AC_PROG_CC_C99 instead of AC_PROG_CC_STDC.Torbjorn Granlund2017-01-241-2/+5
* (arm*-*-*): Properly point to cortex-a5 subdir.Torbjorn Granlund2017-01-031-2/+2
* Conditionalise udiv_w_sdiv inclusion on --enable-assembly.Torbjorn Granlund2016-11-261-4/+12
* Set PRETEND_PIC for GNU/Linux.Torbjorn Granlund2016-11-221-0/+2
* (powerpc): Never use -O3.Torbjorn Granlund2016-11-211-5/+5
* (arm*-*-*): Amend last change.Torbjorn Granlund2016-10-151-0/+1
* Rewrite arm support to handle armv8 CPUs in 32-bit mode.Torbjorn Granlund2016-10-141-29/+54
* Support RISC-V.Torbjorn Granlund2016-10-141-0/+7
* Prefix all arm CPUs with "arm" to accommodate our matchers.Torbjorn Granlund2016-03-251-3/+3
* Support many arm64 processors.Torbjorn Granlund2016-03-211-10/+43
* Move NO_ASM to config.h (from CFLAGS) and remove the redundant WANT_ASSEMBLY.Marc Glisse2016-03-201-6/+1
* Support cortex-a5 better.Torbjorn Granlund2016-03-191-1/+8
* Cleanup arm32 support and handle thumb-less armv4 chips.Torbjorn Granlund2015-12-061-20/+10
* Fix typo.Torbjorn Granlund2015-12-061-1/+1
* Avoid passing ambiguous -march=skylake.Torbjorn Granlund2015-10-251-1/+2
* Reject AVX for NetBSD.Torbjorn Granlund2015-10-121-2/+5