[Gmp-commit] /var/hg/gmp: Reinsert mercurial-bug-removed line.
mercurial at gmplib.org
mercurial at gmplib.org
Mon Mar 21 10:19:56 CET 2011
details: /var/hg/gmp/rev/1e4649b79644
changeset: 14076:1e4649b79644
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Mar 21 10:19:50 2011 +0100
description:
Reinsert mercurial-bug-removed line.
diffstat:
ChangeLog | 6 ++++++
configure.in | 40 +++++++++++++++++++++-------------------
2 files changed, 27 insertions(+), 19 deletions(-)
diffs (131 lines):
diff -r 6cf1b7c058e9 -r 1e4649b79644 ChangeLog
--- a/ChangeLog Sun Mar 20 22:51:30 2011 +0100
+++ b/ChangeLog Mon Mar 21 10:19:50 2011 +0100
@@ -1,3 +1,8 @@
+2011-03-21 Torbjorn Granlund <tege at gmplib.org>
+
+ * configure.in (gmp_mpn_functions): Reinsert mercurial-bug-removed
+ line.
+
2011-03-20 Torbjorn Granlund <tege at gmplib.org>
* configure.in (powerpc): Add cpu_path for all three ABIs.
@@ -23,6 +28,7 @@
* mpn/generic/div_qr_2.c (mpn_div_qr_2): New file and function.
Intended to eventually replace divrem_2.
+ * configure.in (gmp_mpn_functions): Add div_qr_2.
2011-03-16 Marc Glisse <marc.glisse at inria.fr>
diff -r 6cf1b7c058e9 -r 1e4649b79644 configure.in
--- a/configure.in Sun Mar 20 22:51:30 2011 +0100
+++ b/configure.in Mon Mar 21 10:19:50 2011 +0100
@@ -892,24 +892,24 @@
case $host_cpu in
powerpc401) gcc_cflags_cpu="-mcpu=401" ;;
powerpc403) gcc_cflags_cpu="-mcpu=403"
- xlc_cflags_arch="-qarch=403 -qarch=ppc" ;;
+ xlc_cflags_arch="-qarch=403 -qarch=ppc" ;;
powerpc405) gcc_cflags_cpu="-mcpu=405" ;;
powerpc505) gcc_cflags_cpu="-mcpu=505" ;;
powerpc601) gcc_cflags_cpu="-mcpu=601"
- xlc_cflags_arch="-qarch=601 -qarch=ppc" ;;
+ xlc_cflags_arch="-qarch=601 -qarch=ppc" ;;
powerpc602) gcc_cflags_cpu="-mcpu=602"
- xlc_cflags_arch="-qarch=602 -qarch=ppc" ;;
+ xlc_cflags_arch="-qarch=602 -qarch=ppc" ;;
powerpc603) gcc_cflags_cpu="-mcpu=603"
- xlc_cflags_arch="-qarch=603 -qarch=ppc" ;;
+ xlc_cflags_arch="-qarch=603 -qarch=ppc" ;;
powerpc603e) gcc_cflags_cpu="-mcpu=603e -mcpu=603"
- xlc_cflags_arch="-qarch=603 -qarch=ppc" ;;
+ xlc_cflags_arch="-qarch=603 -qarch=ppc" ;;
powerpc604) gcc_cflags_cpu="-mcpu=604"
- xlc_cflags_arch="-qarch=604 -qarch=ppc" ;;
+ xlc_cflags_arch="-qarch=604 -qarch=ppc" ;;
powerpc604e) gcc_cflags_cpu="-mcpu=604e -mcpu=604"
- xlc_cflags_arch="-qarch=604 -qarch=ppc" ;;
+ xlc_cflags_arch="-qarch=604 -qarch=ppc" ;;
powerpc620) gcc_cflags_cpu="-mcpu=620" ;;
powerpc630) gcc_cflags_cpu="-mcpu=630"
- xlc_cflags_arch="-qarch=pwr3"
+ xlc_cflags_arch="-qarch=pwr3"
cpu_path="p3" ;;
powerpc740) gcc_cflags_cpu="-mcpu=740" ;;
powerpc7400 | powerpc7410)
@@ -924,20 +924,20 @@
powerpc823) gcc_cflags_cpu="-mcpu=823" ;;
powerpc860) gcc_cflags_cpu="-mcpu=860" ;;
powerpc970) gcc_cflags_cpu="-mtune=970"
- xlc_cflags_arch="-qarch=970 -qarch=pwr3"
+ xlc_cflags_arch="-qarch=970 -qarch=pwr3"
vmx_path="powerpc64/vmx"
cpu_path="p4" ;;
power4) gcc_cflags_cpu="-mtune=power4"
- xlc_cflags_arch="-qarch=pwr4"
+ xlc_cflags_arch="-qarch=pwr4"
cpu_path="p4" ;;
power5) gcc_cflags_cpu="-mtune=power5 -mtune=power4"
- xlc_cflags_arch="-qarch=pwr5"
+ xlc_cflags_arch="-qarch=pwr5"
cpu_path="p5 p4" ;;
power6) gcc_cflags_cpu="-mtune=power6"
- xlc_cflags_arch="-qarch=pwr6"
+ xlc_cflags_arch="-qarch=pwr6"
cpu_path="p6" ;;
power7) gcc_cflags_cpu="-mtune=power7 -mtune=power5"
- xlc_cflags_arch="-qarch=pwr7 -qarch=pwr5"
+ xlc_cflags_arch="-qarch=pwr7 -qarch=pwr5"
cpu_path="p7 p5 p4" ;;
esac
@@ -972,7 +972,7 @@
path_mode64=""
for i in $cpu_path
do path_mode64="${path_mode64}powerpc64/mode64/$i "
- path_mode64="${path_mode64}powerpc64/$i "
+ path_mode64="${path_mode64}powerpc64/$i "
done
path_mode64="${path_mode64}powerpc64/mode64 $vmx_path powerpc64"
# grab this object, though it's not a true cycle counter routine
@@ -1016,10 +1016,10 @@
p=""
for i in $cpu_path
do path_mode64="${path_mode64}powerpc64/mode64/$i "
- path_mode64="${path_mode64}powerpc64/$i "
- path_mode32="${path_mode32}powerpc64/mode32/$i "
- path_mode32="${path_mode32}powerpc64/$i "
- p="${p} powerpc32/$i "
+ path_mode64="${path_mode64}powerpc64/$i "
+ path_mode32="${path_mode32}powerpc64/mode32/$i "
+ path_mode32="${path_mode32}powerpc64/$i "
+ p="${p} powerpc32/$i "
done
path_mode64="${path_mode64}powerpc64/mode64 $vmx_path powerpc64"
path_mode32="${path_mode32}powerpc64/mode32 $vmx_path powerpc64"
@@ -1057,7 +1057,7 @@
path_mode64=""
for i in $cpu_path
do path_mode64="${path_mode64}powerpc64/mode64/$i "
- path_mode64="${path_mode64}powerpc64/$i "
+ path_mode64="${path_mode64}powerpc64/$i "
done
path_mode64="${path_mode64}powerpc64/mode64 $vmx_path powerpc64"
SPEED_CYCLECOUNTER_OBJ_mode64=powerpc64.lo
@@ -2536,6 +2536,7 @@
toom_interpolate_5pts toom_interpolate_6pts toom_interpolate_7pts \
toom_interpolate_8pts toom_interpolate_12pts toom_interpolate_16pts \
invertappr invert binvert mulmod_bnm1 sqrmod_bnm1 \
+ div_qr_2 \
sbpi1_div_q sbpi1_div_qr sbpi1_divappr_q \
dcpi1_div_q dcpi1_div_qr dcpi1_divappr_q \
mu_div_qr mu_divappr_q mu_div_q \
@@ -3038,6 +3039,7 @@
#undef HAVE_NATIVE_mpn_com
#undef HAVE_NATIVE_mpn_copyd
#undef HAVE_NATIVE_mpn_copyi
+#undef HAVE_NATIVE_mpn_div_qr_2
#undef HAVE_NATIVE_mpn_divexact_1
#undef HAVE_NATIVE_mpn_divexact_by3c
#undef HAVE_NATIVE_mpn_divrem_1
More information about the gmp-commit
mailing list