[Gmp-commit] /var/hg/gmp: Support cortex-a5 better.

mercurial at gmplib.org mercurial at gmplib.org
Sat Mar 19 21:05:14 UTC 2016


details:   /var/hg/gmp/rev/1fb6e1361932
changeset: 17034:1fb6e1361932
user:      Torbjorn Granlund <torbjorng at google.com>
date:      Sat Mar 19 22:05:09 2016 +0100
description:
Support cortex-a5 better.

diffstat:

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

diffs (26 lines):

diff -r a1d25ab825d3 -r 1fb6e1361932 configure.ac
--- a/configure.ac	Thu Feb 25 17:10:00 2016 +0100
+++ b/configure.ac	Sat Mar 19 22:05:09 2016 +0100
@@ -3,7 +3,7 @@
 
 define(GMP_COPYRIGHT,[[
 
-Copyright 1996-2015 Free Software Foundation, Inc.
+Copyright 1996-2016 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library.
 
@@ -644,6 +644,13 @@
       armcortexa5 | armv7*)
 	path="arm/v6t2 arm/v6 arm/v5 arm"
 	gcc_cflags_arch="-march=armv7-a"
+	gcc_cflags_tune="-mtune=cortex-a5"
+	;;
+      armcortexa5neon)
+	path="arm/neon arm/v6t2 arm/v6 arm/v5 arm"
+	gcc_cflags_neon="-mfpu=neon"
+	gcc_cflags_arch="-march=armv7-a"
+	gcc_cflags_tune="-mtune=cortex-a5"
 	;;
       armcortexa7)
 	path="arm/v7a/cora7 arm/v6t2 arm/v6 arm/v5 arm"


More information about the gmp-commit mailing list