[Gmp-commit] /var/hg/gmp: Recognise armcortexa53.

mercurial at gmplib.org mercurial at gmplib.org
Wed Jun 10 13:57:32 UTC 2020


details:   /var/hg/gmp/rev/1cfcfc9f79ce
changeset: 18078:1cfcfc9f79ce
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Wed Jun 10 15:55:34 2020 +0200
description:
Recognise armcortexa53.

diffstat:

 configure.ac |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5c0356b63cf0 -r 1cfcfc9f79ce configure.ac
--- a/configure.ac	Wed May 27 20:45:14 2020 +0200
+++ b/configure.ac	Wed Jun 10 15:55:34 2020 +0200
@@ -722,7 +722,7 @@
 	gcc_cflags_neon="-mfpu=neon"
 	gcc_cflags_tune="-mtune=cortex-a15 -mtune=cortex-a9"
 	;;
-      armcortexa53 | armcortexa53neon)
+      armcortexa53 | armcortexa53neon | armcortexa55 | armcortexa55neon)
         abilist="64 32"
 	path="arm/neon arm/v7a/cora9 arm/v6t2 arm/v6 arm/v5 arm"
 	path_64="arm64/cora53 arm64"



More information about the gmp-commit mailing list