Greetings!  Not yet, but I have been meaning to do this for some time,
and this may provide the needed impetus.  It is really quite simple,
but cannot be achieved via the generic external shared library
interface described previously, due to the need to wrap the gmp
function calls to protect their relocatable memory allocation.

(At some point, maybe someone knowledgeable could describe to me a
better malloc like algorithm for the unmoveable contiguous GCL memory
space.  Right now we use a linked list sorted by block size -- this is
the slowest type of memory GCL maintains.)

I'll try to put in a GMP package soon and post when done.

Take care,

[EMAIL PROTECTED] writes:

> Camm,
> 
> Can we reach the gmp functions explicitly in gcl?
> That is, can I do something like:
> 
> (mpz_mod n d) ==> result=n mod d
> 
> Tim
> 
> 
> 
> 

-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to