patch-longlong_h 456 B

1234567891011
  1. --- gmp-5.1.3.orig/longlong.h 2013-09-30 12:18:28.000000000 +0200
  2. +++ gmp-5.1.3/longlong.h 2014-01-06 16:07:47.886035812 +0100
  3. @@ -1230,7 +1230,7 @@ extern UWtype __MPN(udiv_qrnnd) (UWtype
  4. #define UDIV_TIME 100
  5. #endif /* __mips */
  6. -#if (defined (__mips) && __mips >= 3) && W_TYPE_SIZE == 64
  7. +#if (defined (__mips) && __mips >= 3) && W_TYPE_SIZE == 64 && defined (_LP64)
  8. #if __GMP_GNUC_PREREQ (4,4)
  9. #define umul_ppmm(w1, w0, u, v) \
  10. do { \