[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Thu Apr 4 03:10:56 CEST 2013
details: /var/hg/gmp/rev/eaa907d6a06e
changeset: 15679:eaa907d6a06e
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu Apr 04 03:10:36 2013 +0200
description:
Provide dummy lzcnt.
details: /var/hg/gmp/rev/e3c86c375c30
changeset: 15680:e3c86c375c30
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu Apr 04 03:10:49 2013 +0200
description:
ChangeLog
diffstat:
ChangeLog | 2 ++
mpn/sparc32/sparc-defs.m4 | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r 989a7224891d -r e3c86c375c30 ChangeLog
--- a/ChangeLog Thu Apr 04 03:07:58 2013 +0200
+++ b/ChangeLog Thu Apr 04 03:10:49 2013 +0200
@@ -1,5 +1,7 @@
2013-04-04 Torbjorn Granlund <tege at gmplib.org>
+ * mpn/sparc32/sparc-defs.m4: Provide dummy lzcnt.
+
* tests/mpn/logic.c: Seed using RANDS, then use mpz_rrandomb.
* tests/mpn/t-div.c (random_word): Remove. Let callers invoke urandom.
diff -r 989a7224891d -r e3c86c375c30 mpn/sparc32/sparc-defs.m4
--- a/mpn/sparc32/sparc-defs.m4 Thu Apr 04 03:07:58 2013 +0200
+++ b/mpn/sparc32/sparc-defs.m4 Thu Apr 04 03:10:49 2013 +0200
@@ -43,6 +43,7 @@
define(`addxccc', ``addxccc' $1, $2, $3')
define(`addxc', ``addxc' $1, $2, $3')
define(`umulxhi', ``umulxhi' $1, $2, $3')
+ define(`lzcnt', ``lzcnt' $1, $2')
')
divert
More information about the gmp-commit
mailing list