X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <201001121834.o0CIYlqw018356@delorie.com> Date: Tue, 12 Jan 2010 19:55:10 +0200 From: Andris Pavenis To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of GMP-4.3.2 Reply-To: djgpp AT delorie DOT com This is announcement of DJGPP port of GMP-4.3.2 What is GMP (fragment from GMP documentation) =============================================== GNU MP is a portable library written in C for arbitrary precision arithmetic on integers, rational numbers, and floating-point numbers. It aims to provide the fastest possible arithmetic for all applications that need higher precision than is directly supported by the basic C types. See http://gmplib.org/ for more details. GMP is distributed under the GNU LGPL. This license makes the library free to use, share, and improve, and allows you to pass on the result. The license gives freedoms, but also sets firm restrictions on the use with non-free programs. Available files =============== ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gmp432b.zip Binary archive of GMP-4.3.2 for DJGPP v2.03r2 ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gmp432s.zip Source archive of GMP-4.3.2 for DJGPP (source are configured using DJGPP v2.03r2 for target i386-pc-msdosdjgpp) ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gmp432d.zip Documentation Source archive of GMP-4.3.2 for DJGPP (PDF, DVI, PS and HTML formats) ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/gmp432s.zip Source archive of GMP-4.3.2 for DJGPP (source are configured using DJGPP v2.04pre for target i386-pc-msdosdjgpp) ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/gmp432b.zip Binary archive of GMP-4.3.2 for DJGPP v2.04pre Binary packages are built using GCC-4.4.2. Building GMP from gmp432s.zip is not tested without LFN support. This time configure option --enable-fat has been used. As the result GMP chooses code which is optimal for used CPU type. My earlier tests with GMP-4.3.1 showed that calculating 100000000 decimal signs of pi is about 1.5 times faster when GMP was configured using option --enable-fat. Andris Pavenis