summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-10-27 00:25:11 +0200
committertege <tege@gmplib.org>2000-10-27 00:25:11 +0200
commitdb3e98b81c6da02fd5e73a455fcc2c8b083ebf7f (patch)
tree950104921143fd58c17bed2df3bca1e2afe07295 /longlong.h
parent907d9f5899b86727ca1dd16219b7ebf1208bea3b (diff)
downloadgmp-db3e98b81c6da02fd5e73a455fcc2c8b083ebf7f.tar.gz
(ia64): Set UMUL_TIME and UDIV_TIME.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/longlong.h b/longlong.h
index a0426fc6d..f0856134c 100644
--- a/longlong.h
+++ b/longlong.h
@@ -169,6 +169,8 @@ extern UDItype __MPN(udiv_qrnnd) _PROTO ((UDItype, UDItype, UDItype, UDItype *))
: "f" (m0), "f" (m1)); \
(pl) = __m0 * __m1; \
} while (0)
+#define UMUL_TIME 14
+#define UDIV_TIME 220
#define count_leading_zeros(count, x) \
do { \
UWtype _x = (x), _y, _a, _c; \