bug#10519: guile and (mini-)gmp

2012-07-22 Thread Niels Möller
l...@gnu.org (Ludovic Courtès) writes: > Reviving the discussion, as we’ve been discussing this at the GHM, and > some people would really like to see it happen. :-) Great! Any summary of the discussion, for those of us who couldn't make it there? > ni...@lysator.liu.se (Niels M

bug#10519: guile and (mini-)gmp

2012-08-11 Thread Niels Möller
the latest version from the gmp repo, rather than maintaining your own changes. The GMP developers have also considered adding #ifdef:ery in mini-gmp.c, to let the application specify precisely which features are wanted. (And I'm not sure what you mean with "GMP AIUI"). Regards, /Ni

bug#10519: guile and (mini-)gmp

2012-08-11 Thread Niels Möller
have a reasonable testsuite, even if it's not as thorough as the main gmp testsuite. And mini-gmp is used in a normal gmp build (via bootstrap.c), for computing various tables used by the main gmp code. So the gmp project itself also depends on mini-gmp. Reards, /Niels -- Niels Möller. P

bug#10519: guile and (mini-)gmp

2013-03-02 Thread Niels Möller
use mini-gmp only as an option when guile is bundled with some application. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance.

bug#10519: guile and (mini-)gmp

2013-03-26 Thread Niels Möller
t and a negation). 3. Use this bit mask when forming the absolute value |a - b|, and when swapping values around, to avoid unpredictable branches which typically are quite expensive. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email

bug#10519: guile and (mini-)gmp

2016-10-27 Thread Niels Möller
Mark H Weaver writes: > FYI, I've pushed patches to Guile's git repository (stable-2.0 branch) > which eliminate the known obstacles to mini-gmp integration. Hi, I'm curious if there's been any further progress? Regards, /Niels -- Niels Möller. PGP-encrypted

bug#10519: guile and (mini-)gmp

2012-01-15 Thread Niels Möller
ile's configure failed to detect the precense of this library, even though I had the -dev package with libraries and header files installed. I figured out I should rerun configure with BDW_GC_LIBS="-lgc" and BDW_GC_CFLAGS="", and then the configure test passed, but -lgc for

bug#10519: guile and (mini-)gmp

2012-01-16 Thread Niels Möller
t;[PATCH] Improvements to exact > rationals et al". I will resubmit it soon. Nice! I take it you mean http://lists.gnu.org/archive/html/guile-devel/2011-10/msg4.html? Please let me know when you post a new revision. I'm not subscribed to any guile lists. > ni...@lysator.liu.se

bug#10519: guile and (mini-)gmp

2012-01-28 Thread Niels Möller
the vast majority of users of the custom alloction interface ignore these argments anyway, and store allocation size for each block elsewhere, e.g., in some block header. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance.

bug#10519: guile and (mini-)gmp

2012-02-03 Thread Niels Möller
nvenient. BTW, I added the mp_{get,set}_memory_functions a few days ago. Not exercised by any tests, though. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance.