I'm currently trying to take into account the extended gcd algorithm provided in GMP (mpz_gcdext) as an external call through a C program. However, since the link is already done for the plain gcd/3 (mpz_gcd), I wonder whether it would not be much simpler to extend the bip_arith.c (also bigrat.c, and kernel to rrexport the new built_in) files in the sepia/src directory of the sources, so as to create a new built_in: gcd/5. How can I submit this extension (I can provide a diff file summing up all the minor changes I had to do in order to do so)?Received on Wed Feb 14 2007 - 13:36:40 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:57 CET