summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Handle Intel tremont separately.Torbjorn Granlund2022-03-301-0/+7
|
* Provide alderlake addmul_1.asm.Torbjorn Granlund2022-03-021-1/+1
|
* Handle alderlake specifically, as it lacks avx512.Torbjorn Granlund2022-02-211-1/+9
|
* Copyright yearsMarco Bodrato2022-02-211-1/+1
|
* mpn/generic/mulmod_bknp1.c: New file, with mpn_{mul,sqr}mod_bknp1Marco Bodrato2022-02-151-1/+1
| | | | | configure.ac: Compile it gmp-impl.h: Define new functions
* Adapt to acinclude.m4 change.Torbjorn Granlund2021-11-141-1/+1
|
* (S390_PATTERN): Rewrite to handle path inheritance.Torbjorn Granlund2021-11-141-19/+13
|
* Recognise more icelake CPUs, and initial alderlake CPUs.Torbjorn Granlund2021-10-161-1/+2
|
* (s390): Make sure to always include main asm directory.Torbjorn Granlund2021-09-261-1/+1
|
* Avoid comma in autoconf's BUG-REPORT field.Marc Glisse2021-06-061-1/+1
|
* configure.ac: Use "icelake-client" for mtune/marchMarco Bodrato2021-05-151-2/+2
|
* Recognise CPUs icelake, tigerlake, and rocketlake.Torbjorn Granlund2021-05-021-8/+16
| | | | Clean up handling of several Intel CPUs.
* Recognise CPUs z13-z15.Torbjorn Granlund2021-03-091-21/+35
|
* Handle zen3 different from zen2.Torbjorn Granlund2021-01-011-1/+8
|
* Recognise CPU "applem1".Torbjorn Granlund2020-11-291-2/+10
|
* configure.ac (fat_path): Add x86/bd1 x86/goldmont x86/silvermont for CPUVECMarco Bodrato2020-11-101-1/+2
|
* configure.ac: Consider *-*-msys as *-*-mingw* (almost everywhere)Marco Bodrato2020-11-101-4/+4
|
* configure.ac: X86_{,64_}PATTERN: GMP_ASM_COFF_TYPE for all ABIsMarco Bodrato2020-11-101-1/+1
|
* Recognise zen3.Torbjorn Granlund2020-10-151-1/+1
|
* Initial support for arm64-darwin.Torbjorn Granlund2020-07-041-0/+8
|
* Recognise armcortexa53.Torbjorn Granlund2020-06-101-1/+1
|
* (HAVE_NATIVE): Add mpn_sbpi1_bdiv_r.Torbjorn Granlund2020-01-101-1/+2
|
* Delete suggestion to use TESTS_ENVIRONMENT to run wine.Niels M?ller2020-01-031-12/+0
|
* Finish change vs fat and gcd_11. Remove gcd_22 from fat functions for now, ↵Torbjorn Granlund2019-12-021-1/+2
| | | | its calls to gcd_11 are problematic.
* Recognise zen2.Torbjorn Granlund2019-11-181-0/+7
|
* Make more path distinctions for the benefit of gmp-mparam.h.Torbjorn Granlund2019-10-021-6/+8
|
* Let cortex-a7x look in a57 folder.Torbjorn Granlund2019-10-011-2/+2
|
* (x86): Amend last change.Torbjorn Granlund2019-09-151-6/+11
|
* 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 ↵Torbjorn Granlund2019-09-081-6/+6
| | | | of the udiv instruction.
* 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
| | | | | | | | | | | | * mpn/generic/gcd.c (gcd_2): Moved to gcd_22.c below. (mpn_gcd): Adapt for calling gcd_22. * mpn/generic/gcd_22.c (mpn_gcd_22): New file and function. * gmp-impl.h (mp_double_limb_t): New (typedef) struct. * configure.ac (gmp_mpn_functions): Added gcd_22. * tests/mpn/t-gcd_22.c: New test. * tests/mpn/Makefile.am (check_PROGRAMS): Add t-gcd_22. * tests/refmpz.c (refmpz_gcd): New function (plain binary gcd).
* 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
| | | | architectures are mutually incompatible.
* Goldmont fixes.Torbjorn Granlund2019-04-021-2/+8
| | | | | * configure.ac: Setup distinct paths for silvermont and goldmont. (fat_path): Add missing x86_64/goldmont.
* 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
| | | | gmp-impl.h: Declare mpn_fib2m.
* (arm): Support a12 and a17.Torbjorn Granlund2018-11-071-0/+11
| | | | * configure.ac (arm): Support a12 and a17.
* (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
|