summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2017-03-06 02:52:17 +0100
committerTorbjorn Granlund <tg@gmplib.org>2017-03-06 02:52:17 +0100
commit3b3520034db89bb90a8f6248f0989e57b909b060 (patch)
tree0f9f3336c8a5c3063ff90a8cbc5130c38e5aa2bb /longlong.h
parent223a78b77ad023badccbbaaddbedfd6d43273579 (diff)
downloadgmp-3b3520034db89bb90a8f6248f0989e57b909b060.tar.gz
(powerpc64): Enable asm-free umul_ppmm.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/longlong.h b/longlong.h
index 44036082a..8d119d2b6 100644
--- a/longlong.h
+++ b/longlong.h
@@ -1528,7 +1528,7 @@ extern UWtype __MPN(udiv_qrnnd) (UWtype *, UWtype, UWtype, UWtype);
#define count_leading_zeros(count, x) \
__asm__ ("cntlzd %0,%1" : "=r" (count) : "r" (x))
#define COUNT_LEADING_ZEROS_0 64
-#if 0 && __GMP_GNUC_PREREQ (4,4) /* Disable, this results in libcalls! */
+#if __GMP_GNUC_PREREQ (4,8)
#define umul_ppmm(w1, w0, u, v) \
do { \
typedef unsigned int __ll_UTItype __attribute__((mode(TI))); \