| Commit message (Expand) | Author | Age | Files | Lines |
* | * longlong.h (count_trailing_zeros) [vax]: Add a version using ffs, | Kevin Ryde | 2002-03-19 | 1 | -0/+10 |
* | * longlong.h (count_leading_zeros) [pentiumpro gcc<3]: Test | Kevin Ryde | 2002-03-16 | 1 | -2/+5 |
* | * longlong.h (count_leading_zeros, count_trailing_zeros) [x86_64]: New | Kevin Ryde | 2002-03-09 | 1 | -0/+12 |
* | (count_leading_zeros) [sparclite]: Fix parameter order (as per gcc | Kevin Ryde | 2002-03-05 | 1 | -1/+1 |
* | * longlong.h (count_leading_zeros, count_trailing_zeros) [alphaev67, | Kevin Ryde | 2002-03-05 | 1 | -0/+9 |
* | * longlong.h (COUNT_TRAILING_ZEROS_TIME): Remove, no longer used. | Kevin Ryde | 2002-03-02 | 1 | -7/+2 |
* | Tabify. | tege | 2002-02-18 | 1 | -64/+64 |
* | Add basic x86-64 support. | tege | 2002-02-18 | 1 | -0/+21 |
* | (32-bit powerpc add_ssaaaa): Remove spurious commutative declaration. | tege | 2002-01-21 | 1 | -4/+4 |
* | * longlong.h (__vxworks__): Remove from powerpc tests, not correct, | Kevin Ryde | 2001-12-29 | 1 | -2/+3 |
* | * gmp-impl.h (__gmp_rands, __gmp_rands_initialized, | Kevin Ryde | 2001-11-15 | 1 | -1/+1 |
* | * longlong.h: Recognise __sparcv8 for gcc on Solaris. Reported by | Kevin Ryde | 2001-10-16 | 1 | -1/+4 |
* | Rewrite __i370__ smul_ppmm; enable also for __s390__. | tege | 2001-09-20 | 1 | -4/+4 |
* | * longlong.h: Test __ppc__ for apple darwin cc, reported by Jon | Kevin Ryde | 2001-08-24 | 1 | -4/+12 |
* | (ibm032 umul_ppmm): Fix typo. | tege | 2001-07-06 | 1 | -2/+2 |
* | Some excess backslashes from: | Kevin Ryde | 2001-06-20 | 1 | -2/+2 |
* | More of: | Kevin Ryde | 2001-06-15 | 1 | -0/+1 |
* | * longlong.h (count_leading_zeros) [pentium]: Decide to go with float | Kevin Ryde | 2001-06-15 | 1 | -33/+48 |
* | * longlong.h (count_leading_zeros) [pentiumpro]: Work around a partial | Kevin Ryde | 2001-06-12 | 1 | -0/+18 |
* | Add a couple of comments about the intel count_leading_zeros method. | Kevin Ryde | 2001-03-23 | 1 | -1/+10 |
* | (CRAY udiv_qrnnd): No longer conditional on CRAYMPP. | tege | 2001-03-04 | 1 | -2/+10 |
* | (arm): Optimize sub_ddmmss by testing for constant operands. | tege | 2001-02-26 | 1 | -4/+40 |
* | Use UWtype for external interfaces that expect mp_limb_t. | tege | 2001-02-24 | 1 | -13/+13 |
* | (arm): #define invert_limb. | tege | 2001-02-24 | 1 | -3/+13 |
* | (arm): #define udiv_qrnnd. | tege | 2001-02-24 | 1 | -1/+9 |
* | Add a copyright year. | Kevin Ryde | 2001-02-08 | 1 | -1/+1 |
* | (arm): Add __CLOBBER_CC to add_ssaaaa and sub_ddmmss. | tege | 2001-02-02 | 1 | -4/+4 |
* | Add add_ssaaaa and sub_ddmmss for 64-bit sparc. | tege | 2001-01-30 | 1 | -0/+21 |
* | (pentium count_trailing_zeros): Use count_leading_zeros. | Kevin Ryde | 2001-01-18 | 1 | -2/+6 |
* | (ia64 udiv_qrnnd): Use for all compilers, not just gcc. | Kevin Ryde | 2001-01-18 | 1 | -10/+10 |
* | (alpha count_leading_zeros): Use __attribute__ ((const)) when | Kevin Ryde | 2001-01-18 | 1 | -3/+3 |
* | (alpha count_leading_zeros): Use __attribute__ ((const)) when possible. | Kevin Ryde | 2001-01-18 | 1 | -0/+4 |
* | Add a fixme about NO_ASM and external subroutines. | Kevin Ryde | 2001-01-18 | 1 | -0/+2 |
* | Add count_leading_zeros for all _CRAY systems. | tege | 2000-12-27 | 1 | -10/+10 |
* | Add udiv_qrnnd and count_leading_zeros for _CRAYMPP systems. | tege | 2000-12-20 | 1 | -1/+19 |
* | * longlong.h (count_trailing_zeros): Assert x!=0. | Kevin Ryde | 2000-12-17 | 1 | -0/+1 |
* | * longlong.h (UDIV_PREINV_ALWAYS): New define, set for alpha and ia64. | Kevin Ryde | 2000-12-06 | 1 | -0/+10 |
* | Reformat to avoid newlines within strings. | tege | 2000-12-05 | 1 | -154/+152 |
* | (CRAYIEEE umul_ppmm): New. | tege | 2000-12-03 | 1 | -0/+10 |
* | * configure.in (AC_CANONICAL_HOST): Use this and $host, not $target. | Kevin Ryde | 2000-11-29 | 1 | -3/+3 |
* | * longlong.h (alpha): Use udiv_qrnnd and count_leading_zeros on all | Kevin Ryde | 2000-11-26 | 1 | -9/+9 |
* | Under pentium count_leading_zeros, don't say "the compiler" when it's | Kevin Ryde | 2000-11-16 | 1 | -1/+1 |
* | * longlong.h [pentium] (count_leading_zeros): New macro. | Kevin Ryde | 2000-11-03 | 1 | -6/+48 |
* | Fix unterminated #if from last change. | tege | 2000-10-28 | 1 | -0/+1 |
* | (ia64 udiv_qrnnd): New. | tege | 2000-10-28 | 1 | -0/+7 |
* | (ia64): Set UMUL_TIME and UDIV_TIME. | tege | 2000-10-27 | 1 | -0/+2 |
* | (ia64 umul_ppmm): Update register flags to match new GCC. | tege | 2000-10-23 | 1 | -2/+2 |
* | (udiv_qrnnd): Fix typo in last change. | tege | 2000-10-20 | 1 | -1/+1 |
* | (x86 udiv_qrnnd): Change `d' => `dx' to avoid K&R C stringification. | tege | 2000-10-18 | 1 | -3/+3 |
* | Copyright (C) -> Copyright. | Kevin Ryde | 2000-10-15 | 1 | -1/+1 |