delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2010/07/20/16:32:34.2

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
Message-Id: <201007202031.o6KKVmPB015785@delorie.com>
Date: Tue, 20 Jul 2010 22:03:24 +0300
From: Andris Pavenis <andris DOT pavenis AT iki DOT fi>
To: djgpp-announce AT delorie DOT com
Subject: ANNOUNCE: DJGPP port of MPFR-3.0.0
Reply-To: djgpp AT delorie DOT com

This is announcement of DJGPP port of MPFR-3.0.0

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.

See http://www.mpfr.org/ for more details.

Available files
===============

ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr300b.zip
          Binary archive of MPFR-3.0.0 for DJGPP v2.03r2

ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr300d.zip
          Documentation archive of MPFR-3.0.0 for DJGPP v2.03r2

ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr300s.zip
           Source archive of MPFR-3.0.0 for DJGPP (source are
           configured using DJGPP v2.03r2 for target
           i386-pc-msdosdjgpp)

ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mpfr300b.zip
          Binary archive of MPFR-3.0.0 for DJGPP v2.04pre

ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/mpfr300s.zip
           Source archive of MPFR-3.0.0 for DJGPP (source are
           configured using DJGPP v2.04pre for target
           i386-pc-msdosdjgpp)

Binary packages are built using GCC-4.4.4 on Windows Vista Business SP2.
I also used GMP-5.0.1. One may need to reconfigure sources if another
GMP version is being used.

Andris Pavenis <andris DOT pavenis AT iki DOT fi>

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019