bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3.1.1 assembler bug on IA-64


From: Richard Fish
Subject: Re: 3.1.1 assembler bug on IA-64
Date: Thu, 1 Feb 2001 10:09:19 -0700 (MST)

On Thu, 1 Feb 2001, Richard Fish wrote:

> problem.  However, by applying the following patch, and configuring with
> "CFLAGS=-DNO_ASM", I can build a functioning (although, not
> speedy) libgmp.

um, that would be this patch!

diff -urN gmp-3.1.1-baseline/longlong.h gmp-3.1.1/longlong.h
--- gmp-3.1.1-baseline/longlong.h       Mon Jul 24 10:04:09 2000
+++ gmp-3.1.1/longlong.h        Sat Jan 27 13:12:58 2001
@@ -157,7 +157,7 @@
 #endif /* LONGLONG_STANDALONE */
 #endif /* hppa */
 
-#if defined (__ia64) && W_TYPE_SIZE == 64
+#if defined (__ia64) && !defined(NO_ASM) && W_TYPE_SIZE == 64
 #if defined (__GNUC__)
 #define umul_ppmm(ph, pl, m0, m1) \
   do {                                                                 \

-- 
Richard Fish                      Enhanced Software Technologies, Inc.
Software Developer                2920 E Camelback Rd Suite 250
address@hidden                    Phoenix, AZ  85016
(602) 470-1115                    http://www.estinc.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]