Gabriel Dos Reis <g...@cs.tamu.edu> writes:

[...]

| Index: big.d
| ===================================================================
| RCS file: /cvsroot/ecls/ecl/src/c/big.d,v
| retrieving revision 1.43
| diff -p -r1.43 big.d
| *** big.d     1 Feb 2010 13:55:16 -0000       1.43
| --- big.d     13 Aug 2010 09:17:09 -0000
| *************** _ecl_fix_times_fix(cl_fixnum x, cl_fixnu
| *** 160,166 ****
|           ECL_WITH_TEMP_BIGNUM(w,4);
|           mpz_set_si(z->big.big_num, x);
|           mpz_set_si(w->big.big_num, y);
| !         mpz_mu(z->big.big_num, z->big.big_num, w->big.big_num);
|   #endif
|           {
|                   cl_object y = big_normalize(z);
| --- 160,166 ----
|           ECL_WITH_TEMP_BIGNUM(w,4);
|           mpz_set_si(z->big.big_num, x);
|           mpz_set_si(w->big.big_num, y);
| !         mpz_mul(z->big.big_num, z->big.big_num, w->big.big_num);
|   #endif
|           {
|                   cl_object y = big_normalize(z);

Hi Juanjo,

I believe the above patch did not make it to the official CVS trunk.
[and this leaves me convinced that ECL_LONG_BITS should go :-)]

-- Gaby

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to