This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 4.5 3/N]: Integrate GCC with the complex math library MPC (docs)
On Sun, 15 Mar 2009, Joseph S. Myers wrote:
> On Sun, 15 Mar 2009, Kaveh R. GHAZI wrote:
>
> > +@item MPC Library version 0.6.0 (or later)
> > +
> > +Optional when building GCC@. Having this library will enable
> > +additional optimizations on complex numbers. It can be downloaded
> > +from @uref{http://www.multiprecision.org/mpc/}. The
>
> This website (which seems extremely slow) says that 0.5.2 is the latest
> version. What's 0.6.0 and what is the actual location it is available
> from?
You can access the svn repo from that site, or download this tarball:
http://www.loria.fr/~zimmerma/mpc-0.6-dev.tar.gz
--Kaveh