[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gmp-devel
Subject:    mul vs sqr
From:       Paul.Zimmermann () loria ! fr (Paul Zimmermann)
Date:       2004-04-20 12:40:41
Message-ID: 200404201037.i3KAbcOl021922 () mermoz ! loria ! fr
[Download RAW message or body]

     Why is mpn_sqr_n not exported?

   We have tried to keep the set of exported mpn functions small, to
   allow for changes.  For the next major GMP release, the set of
   exported mpn functions will increase a lot, and some current
   non-exported functions will indeed change.

Thank you for your answer. Btw, I hope you didn't forget to export mpn_copy,
since the current best way to emulate it:

#define mpn_copy(a,b,n) mpn_add_1(a,b,n,0)

is somewhat overkill!

Paul

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic