X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.172.134 with SMTP id l6mr2751832qaz.7.1364586962846; Fri, 29 Mar 2013 12:56:02 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.49.72.194 with SMTP id f2mr286796qev.34.1364586962740; Fri, 29 Mar 2013 12:56:02 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 29 Mar 2013 12:56:02 -0700 (PDT) Complaints-To: groups-abuse AT google DOT com Injection-Info: f5g2000yqp.googlegroups.com; posting-host=149.172.143.189; posting-account=OsAajgoAAADdKJnkJkmhzqP0jo6I_P_0 NNTP-Posting-Host: 149.172.143.189 References: <201303231636 DOT r2NGawLK015254 AT delorie DOT com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0,gzip(gfe) Message-ID: <61eab0b1-4d3f-4513-838e-0120af2309bf@f5g2000yqp.googlegroups.com> Subject: Re: ANNOUNCE: DJGPP port of MPFR-3.1.2 From: Juan Manuel Guerrero Injection-Date: Fri, 29 Mar 2013 19:56:02 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 4149 Lines: 70 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r2TKF43C003431 Reply-To: djgpp AT delorie DOT com On 23 Mrz., 15:08, Andris Pavenis wrote: > This is announcement of DJGPP port of MPFR-3.1.2 > > What is MPFR (fragment from MPFR documentation) > =============================================== > > MPFR is a portable library written in C for arbitrary precision > arithmetic on floating-point numbers. It is based on the GNU MP > library. It aims to extend the class of floating-point numbers > provided by the GNU MP library by a precise semantics. The main > differences with the mpf class from GNU MP are: > >      * the mpfr code is portable, i.e. the result of any operation >        does not depend (or should not) on the machine word size >        mp_bits_per_limb (32 or 64 on most machines); >      * the precision in bits can be set exactly to any valid value >        for each variable (including very small precision); >      * mpfr provides the four rounding modes from the IEEE 754-1985 >        standard. > > In particular, with a precision of 53 bits, mpfr should be able > to exactly reproduce all computations with double-precision machine > floating-point numbers (double type in C), except the default > exponent range is much wider and subnormal numbers are not > implemented but can be emulated. > > This version of MPFR is released under the GNU Lesser General > Public License. It is permitted to link MPFR to non-free programs, > as long as when distributing them the MPFR source code and a means > to re-link with a modified MPFR library is provided. > > Available files > =============== > > ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr312b.zip >          Binary archive of MPFR-3.1.2 for DJGPP v2.03r2 > > ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr312s.zip >      Source archive of MPFR-3.1.2 for DJGPP >          pre-configured for DJGPP v203r2 > > ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr312d.zip >          Documentation archive of MPFR-3.1.2 (DVI, PDF, PS, >          HTML) > > ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpfr312b.zip >         Binary archive of MPFR-3.1.2 for DJGPP v2.04pre > > ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpfr311s.zip >          Source archive of MPFR-3.1.2 for DJGPP v2.04pre >          preconfigured for DJGPP v2.04 development versions > > Binary packages build environment: > > - DJGPP v2.03p2: >      - GCC-4.7.2 >      - GMP-5.0.5 > > - DJGPP v2.04pre >      - GCC-4.8.0 >      - GMP-5.1.1 > > Andris Pavenis Only a small issue. It should be: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpfr312s.zip Regards, Juan M. Guerrero