[BACK]Return to speed.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / tune

Diff for /OpenXM_contrib/gmp/tune/Attic/speed.h between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/09/09 14:13:19 version 1.1.1.2, 2000/12/01 05:45:20
Line 880  void speed_option_set _PROTO((const char *s));
Line 880  void speed_option_set _PROTO((const char *s));
     wp2 = SPEED_TMP_ALLOC_LIMBS (s->size, s->align_wp2);        \      wp2 = SPEED_TMP_ALLOC_LIMBS (s->size, s->align_wp2);        \
                                                                 \                                                                  \
     pieces = SPEED_BLOCK_SIZE * datafactor / s->size / s->size; \      pieces = SPEED_BLOCK_SIZE * datafactor / s->size / s->size; \
     pieces = MAX (pieces, 1);                                   \  
     pieces = MIN (pieces, SPEED_BLOCK_SIZE / s->size);          \      pieces = MIN (pieces, SPEED_BLOCK_SIZE / s->size);          \
       pieces = MAX (pieces, 1);                                   \
                                                                 \                                                                  \
     psize = pieces * s->size;                                   \      psize = pieces * s->size;                                   \
     px = TMP_ALLOC_LIMBS (psize);                               \      px = TMP_ALLOC_LIMBS (psize);                               \

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>