<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lib.mpfr.general">
    <title>gmane.comp.lib.mpfr.general</title>
    <link>http://blog.gmane.org/gmane.comp.lib.mpfr.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/703"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/700"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/696"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/695"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/692"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/691"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/687"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/669"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/664"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/659"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/658"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/657"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/647"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/641"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/640"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/620"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/615"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/614"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/609"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/604"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/703">
    <title>Invalid links to the MPFR repository</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/703</link>
    <description>&lt;pre&gt;Due to the INRIAGforge upgrade, the existing links to the MPFR
repository (e.g. from the MPFR web pages) are now invalid. I've
reported a bug to the INRIAGforge admins[*]. I'm waiting for an
answer before changing anything.

Note: some other users have reported similar problems.

[*] https://gforge.inria.fr/tracker/index.php?func=detail&amp;amp;aid=9799&amp;amp;group_id=1&amp;amp;atid=110

&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2010-03-11T12:50:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/700">
    <title>Bug in tsqrt.c</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/700</link>
    <description>&lt;pre&gt;In tsqrt.c, test_property1() claims with a comment (line 497): /* check that
-1 &amp;lt;= x/sqrt(x^2+y^2) &amp;lt;= 1 for rounding to nearest or up */
However, the code neglects to use y (except to increment the random number
generator):

508  mpfr_urandomb (x, RANDS);
509  mpfr_urandomb (y, RANDS);
510  mpfr_mul (z, x, x, r);
511  mpfr_mul (t, x, x, r);
512  mpfr_add (z, z, t, r);
513  mpfr_sqrt (z, z, r);
514  mpfr_div (z, x, z, r);

I think that line 511 is meant to read
mpfr_mul(t, y, y, r);

Aside: I am only looking at this code in trying to adopt tests for the Ruby
bindings for MPFR.

&lt;/pre&gt;</description>
    <dc:creator>Sam Rawlins</dc:creator>
    <dc:date>2010-03-10T02:18:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/696">
    <title>Failed mpfr-2.4.1 make</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/696</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Shelley Nation</dc:creator>
    <dc:date>2010-03-03T04:36:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/695">
    <title>INRIAGforge service migration</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/695</link>
    <description>&lt;pre&gt;INRIAGforge, which hosts the MPFR repository, will be updated
on March 8:

  https://gforge.inria.fr/forum/forum.php?forum_id=7388

In short, due to this migration, the web pages on INRIAGforge will be
unavailable on March 8 from 13:30 to 16:30 CET (12:30 to 15:30 UTC),
and access to the Subversion repository will be unavailable from
16:30 to 17:30 CET (15:30 to 16:30 UTC).

The MPFR web site www.mpfr.org and mailing-list are not hosted on
INRIAGforge, thus will not be affected.

Regards,

&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2010-03-02T08:32:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/692">
    <title>About MPFR</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/692</link>
    <description>&lt;pre&gt;Hi,
      I recently installed the mpfr2.4.2 package from the source
code.everything while compiling and installing mpfr went well,but after the
installation, the libmpfr.so.1 link directing to libmpfr.so.1.2.2 is broken.
so every other software which uses libmpfr.so.1 to compile,
fails. I also tried recompiling and installing it,but didn't help.
Is there any fix for this problem.



Thanks in advance.
&lt;/pre&gt;</description>
    <dc:creator>sirish s</dc:creator>
    <dc:date>2010-03-01T13:09:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/691">
    <title>Recognizing long double on PowerPC (double-double format)</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/691</link>
    <description>&lt;pre&gt;As part of the task

  https://gforge.inria.fr/pm/task.php?func=detailtask&amp;amp;project_task_id=3965&amp;amp;group_id=136&amp;amp;group_project_id=279

I tried to modify the MPFR configure script to reliably recognize
long double on PowerPC (with tests on my Mac OS X 10.4.11 machine),
which is implemented as a double-double arithmetic. However, due to
a bug in GCC (Apple's, but also GCC 4.2.4 and 4.3.4 that are currently
installed on my machine), this doesn't work.

More precisely, compiling the following program makes cc1 output:

tst.c:18: error: initializer for floating value is not a floating constant
tst.c:18: confused by earlier errors, bailing out

then crash (KERN_PROTECTION_FAILURE).

#include &amp;lt;stdio.h&amp;gt;

#define E1 (123456789.0L)
#define E2 (E1 + 1.0e-60L)

long double x = E2;

int main (void)
{
  long double y, z;

  y = E2 - E1;
  z = x - E1;
  printf ("%.20g\n", (double) y);
  printf ("%.20g\n", (double) z);

  return 0;
}

I wonder whether it is worth to try to recognize the double-double
format as this probably won&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2010-02-22T00:48:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/687">
    <title>companion to mpfr_get_z_exp()?</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/687</link>
    <description>&lt;pre&gt;In reading the MPFR manual, I've noticed that there
appears to be no companion function for mpfr_get_z_exp().
        
mpz_t s;
mp_exp_t p;
mpfr_t x;

p = mpfr_get_z_exp(s, x);
for (i = 25; i &amp;lt; 75; i++)
mpz_clrbit(s, i);
mpfr_set_z_exp(x, s, p, RND);

The intent is to manipulate individual bits in the significand.
Is there a way to do this that I missed in manual?

&lt;/pre&gt;</description>
    <dc:creator>Steve Kargl</dc:creator>
    <dc:date>2010-02-17T23:37:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/669">
    <title>Conflict with recent boost using MSVC</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/669</link>
    <description>&lt;pre&gt;Hello,

in the CGAL project, someone recently tried using boost 1.42 and mpfr and 
noticed compiler errors related to intmax_t. It appears that boost now 
defines the macros like INTMAX_C when they are not already provided by 
stdint.h, although it does not add typedefs for intmax_t (not in the 
global namespace at least). This breaks the intmax_t detection logic of 
mpfr.h.

The platform tested was windows with the microsoft C++ compiler, ie a 
platform without stdint.h (it looks like version 2010 may finally have it 
though).

Would you consider updating the test in mpfr.h? For instance, you could 
assume that when _MSC_VER &amp;lt; 1600 there is no intmax_t. I don't know what 
other platforms may suffer from this. I don't even really know how far 
mpfr is supporting visual studio (a link to a 3rd party project file?).

Last, note that I am posting this following a report by some other user, 
but I don't have MSVC, so my analysis is questionable.

&lt;/pre&gt;</description>
    <dc:creator>Marc Glisse</dc:creator>
    <dc:date>2010-02-14T23:20:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/664">
    <title>Configure fails with PPC</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/664</link>
    <description>&lt;pre&gt;I'm working on a Yellowdog Linux Powerstation, trying to upgrade gcc from
version 4.1 to the current version. I says I need to upgrade gmp, mpfr, and
mpc. The gmp upgrade went fine ( version 4.3.2, not 5.0 ) but, the mpfr
configure  hangs on this:

checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... 

this is the configure command output:

[root&amp;lt; at &amp;gt;ns1 mpfr-2.4.2]# ./configure
--with-gmp-build=/home/danny/Projects/gmp-4.3.2 --prefix=/usr

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking build system type... powerpc64-unknown-linux-gnu
checking host system type... powerpc64-unknown-linux-gnu
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed &lt;/pre&gt;</description>
    <dc:creator>hembreed</dc:creator>
    <dc:date>2010-02-04T23:44:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/659">
    <title>question on mpfr</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/659</link>
    <description>&lt;pre&gt;Dear Sir,
  I have a question. Why the addition is not exact? Please see the following codes.
 x=12388.9, y=12388999, but z=x+y is not 12401387.9.


mpfr_t x,y,z;           
char t[7]={'1','2','3','8','8','.','9'};
char *s=t; 
char t2[30]={'1','2','3','8','8','9','9','9'};
char *s2=t2; 
char t1[30]={};

mpfr_init( x);
mpfr_set_str(x, s, 10, GMP_RNDN);   

mpfr_init( y);
mpfr_set_str(y, s2, 10, GMP_RNDN);   

mpfr_init2(z,29);
mpfr_add(z,x,y,GMP_RNDN);

mp_exp_t exp;
mp_exp_t *ex;
ex=&amp;amp;exp;
mpfr_get_str(t1,ex,10,6,x,GMP_RNDN);
cout&amp;lt;&amp;lt;t1&amp;lt;&amp;lt;endl;
cout&amp;lt;&amp;lt;*ex&amp;lt;&amp;lt;endl;

mpfr_get_str(t1,ex,10,8,y,GMP_RNDN);
cout&amp;lt;&amp;lt;t1&amp;lt;&amp;lt;endl;
cout&amp;lt;&amp;lt;*ex&amp;lt;&amp;lt;endl;

mpfr_get_str(t1,ex,10,10,z,GMP_RNDN);
cout&amp;lt;&amp;lt;t1&amp;lt;&amp;lt;endl;
cout&amp;lt;&amp;lt;*ex&amp;lt;&amp;lt;endl;

mpfr_clear(x);
mpfr_clear(y);
mpfr_clear(z);
mpfr_free_cache();



Sincerely,

Shizhong Zhao



&lt;/pre&gt;</description>
    <dc:creator>zaim-Xb2Y1Dfb9CI&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-02-02T19:13:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/658">
    <title>mpfr.org web site and MPFR mailing-list down from 5 to 7 Feb</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/658</link>
    <description>&lt;pre&gt;We received the following announce concerning the mpfr.org web site
and the MPFR mailing-list:

  - Common computer equipment and services will be down:

       from Friday February 5, 5:00 PM
       to   Sunday February 7, 7:00 PM

Note: these are CET times, so it would be February 5, 16:00 UTC
to February 7, 18:00 UTC.

Sorry for the inconvenience,

&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2010-01-28T23:55:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/657">
    <title>Web server update: "patches" renamed as "allpatches"</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/657</link>
    <description>&lt;pre&gt;I've renamed the cumulative patches file "patches" as "allpatches"
on the MPFR 2.4.2 page. If you have a link to this file, please
update it.

This was necessary to avoid a filename clash (yielding an obscure
build failure) in case the user downloaded this file into the MPFR
source directory under a case-insensitive file system (e.g. under
Windows or Mac OS X). Indeed the MPFR source already has a file
named "PATCHES".

Sorry for the inconvenience,

&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2010-01-26T09:50:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/647">
    <title>Problem running configure on Cygwin</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/647</link>
    <description>&lt;pre&gt;I just tried running configure on mpfr-2.4.2 using Cygwin.  I have installed 
GMP 5.0.0 using Cygwin.

I ran configure with this 
"./configure --with-gmp-build=/home/chris/gmp-5.0.0".

I get this error from configure:

"configure: error: BITS_PER_MP_LIMB or BYTES_PER_MP_LIMB are incorrect.
You probably need to change some of the GMP or MPFR compile options."

I don't understand why I should get this error.

Regards
Chris Saunders 


&lt;/pre&gt;</description>
    <dc:creator>Chris Saunders</dc:creator>
    <dc:date>2010-01-24T05:06:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/641">
    <title>Make check will not build on Solaris 10 (x86)</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/641</link>
    <description>&lt;pre&gt;I'm trying to build mpfr on a Sun Ultra 27 which is running Open Solaris as the 
main operating system, but Solaris 10 as a guest operating system inside 
VirtualBox.

bash-3.00$ cat /etc/release
                        Solaris 10 10/09 s10x_u8wos_08a X86
            Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
                         Use is subject to license terms.
                            Assembled 16 September 2009


GMP is installed in /usr/local.

I found it necessary to set LDFLAGS to -R /usr/local/lib

otherwise the configure script complains that versions of the gmp header and 
library are different. This is despite the fact I'd used:


$ ./configure --with-gmp-lib=/usr/local/lib --with-gmp-include=/usr/local/include

Anyway, after I run configure, I can build mpfr with 'make'. However, 'make 
check' soon fails

bash-3.00$ make check
Making check in tests
make[1]: Entering directory `/export/home/drkirkby/mpfr-2.4.2/tests'
make  libfrtests.la tversion tinternals tinits tisqrt tsgn&lt;/pre&gt;</description>
    <dc:creator>Dr. David Kirkby</dc:creator>
    <dc:date>2010-01-20T13:09:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/640">
    <title>Change of the old username lefevre into the current one vlefevre</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/640</link>
    <description>&lt;pre&gt;In the repository I was appearing under two usernames: lefevre (which
came from the old CVS repository) and vlefevre. I've changed all the
"lefevre" into "vlefevre".

If you use a mirror (e.g. with svnsync), these revision properties
won't necessarily be updated (for instance, you probably need
svnsync copy-revprops ... to update them).

&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2010-01-19T02:17:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/620">
    <title>mpfr make check fails</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/620</link>
    <description>&lt;pre&gt;
I'm trying to build mpfr 2.4.2 but I get the error in 'make check' that is described in
http://www.mpfr.org/faq.html#undef_ref1

I've configured my env as recommended to point to /usr/local/include and /usr/local/lib

  # export C_INCLUDE_PATH=/usr/local/include
  # export LD_LIBRARY_PATH=/usr/local/lib
  # export LIBRARY_PATH=/usr/local/lib
  # export LD_RUN_PATH=/usr/local/lib
  # ls $C_INCLUDE_PATH
  gmp.h
  # ls $LD_LIBRARY_PATH
  libgmp.a  libgmp.la*  libgmp.so&amp;lt; at &amp;gt;  libgmp.so.3&amp;lt; at &amp;gt;        libgmp.so.3.5.2*
  # ls $LIBRARY_PATH
  libgmp.a  libgmp.la*  libgmp.so&amp;lt; at &amp;gt;  libgmp.so.3&amp;lt; at &amp;gt;        libgmp.so.3.5.2*

this looks OK.

'make clean &amp;amp;&amp;amp; make' works (I get a clean build) but 'make check' still reports a problem:

  Making check in tests
  make[1]: Entering directory `/r/sanyo.unx.sas.com/vol/vol220/u22/sasdjb/dev/openmp/gomp/mpfr-2.4.2/tests'
  make  libfrtests.la tversion tinternals tinits tisqrt tsgn tcheck tisnan texceptions tset_exp tset tabs tset_d tset_f tset_q tset_si tset_str tset_z tset_ld tset_sj tswap tcop&lt;/pre&gt;</description>
    <dc:creator>David J. Biesack</dc:creator>
    <dc:date>2010-01-12T20:04:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/615">
    <title>digits of Pi</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/615</link>
    <description>&lt;pre&gt;       Hi,

with GMP 5.0.0 and MPFR, it is possible to compute 10^9 bits of Pi in less
than one hour on a 2.83Ghz Core 2:

patate% time ./tconst_pi 1000000000 0 0
Seed GMP_CHECK_RANDOMIZE=1263667646 (include this in bug reports)
2885.349u 192.229s 52:16.55 98.1%       0+0k 280+16io 3pf+0w

Paul Zimmermann

&lt;/pre&gt;</description>
    <dc:creator>Paul Zimmermann</dc:creator>
    <dc:date>2010-01-12T14:34:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/614">
    <title>Sampling from random distributions according to MPFR</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/614</link>
    <description>&lt;pre&gt;What would it take to implement random distributions according to the
philosophy of MPFR?

Consider sampling from a Gaussian with mean mu and variance sigma^2: It
would be nice if this were equivalent to sampling from the exact
(continuous) distribution and rounding the result (according to the
rounding direction) to the closest representable number.

We would stipulate, of course, a source of random bits (which in
practise would come from some high-quality random number generator).

I've attempted to follow this philosophy in RandomLib

  http://randomlib.sourceforge.net

as applied to the standard floating data types.  In particular, this
offers "exact" implementations of the uniform distribution in [0,1] and
[-1,1] and the outcome of Bernoulli trials.  (Here "exact" assumes a
source of random bits.)

Some observations:

* In addition to rounding to the nearest representable number, it's
  probably useful to offer a mode where the result is rounded to a
  multiple of a fixed interval.  (This may make the a&lt;/pre&gt;</description>
    <dc:creator>Karney, Charles</dc:creator>
    <dc:date>2010-01-12T02:29:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/609">
    <title>Attempt to build mpfr-2.4.2 over recent gmp-5.0.0 distribution</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/609</link>
    <description>&lt;pre&gt;
Environment: 
 AlphaServer ES40 model2 

# psrinfo -v
Status of processor 0 as of: 01/08/10 08:59:10
  Processor has been on-line since 01/01/2010 14:53:51
  The alpha EV6.8AL (21264B) processor operates at 834 MHz,
  has a cache size of 8388608 bytes,
  and has an alpha internal floating point processor.

Status of processor 1 as of: 01/08/10 08:59:10
  Processor has been on-line since 01/01/2010 14:53:51
  The alpha EV6.8AL (21264B) processor operates at 834 MHz,
  has a cache size of 8388608 bytes,
  and has an alpha internal floating point processor.

Status of processor 2 as of: 01/08/10 08:59:10
  Processor has been on-line since 01/01/2010 14:53:51
  The alpha EV6.8AL (21264B) processor operates at 834 MHz,
  has a cache size of 8388608 bytes,
  and has an alpha internal floating point processor.

Status of processor 3 as of: 01/08/10 08:59:10
  Processor has been on-line since 01/01/2010 14:53:51
  The alpha EV6.8AL (21264B) processor operates at 834 MHz,
  has a cache size of 8388608 bytes,
  and h&lt;/pre&gt;</description>
    <dc:creator>Bill.Glessner-3+CQIGFm+IQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-01-08T17:22:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/604">
    <title>[INRIAGforge] :: Erratum :: January 2010, the 14th : scheduled service downtime</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/604</link>
    <description>&lt;pre&gt;----- Forwarded message from noreply-QteCRy7xEqLvuXihggDW+w&amp;lt; at &amp;gt;public.gmane.org -----

From: noreply-QteCRy7xEqLvuXihggDW+w&amp;lt; at &amp;gt;public.gmane.org
Subject: [INRIAGforge] :: Erratum :: January 2010, the 14th : scheduled service
downtime
Date: Thu, 07 Jan 2010 19:59:35 +0100

Due to sheduled maintenance, the INRIA Forge will be shut down from 17h00.
The restart is planned from 19h00 on the same day.

We apologize for any inconvenience.

Cordially,

--
The InriaGforge Team

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


14 Janvier 2010 (et non pas 14 Octobre 2009) : arrêt du service pour maintenance 

La Forge INRIA sera arrêtée à partir de 17h00 pour de maintenance.
Le redémarrage est prévu à partir de 19h00 le jour même.

Nous sommes désolés pour le dérangement occasionné.

Cordialement,

--
L'équipe InriaGforge

----- End forwarded message -----

&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2010-01-07T23:45:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/598">
    <title>MPFR 2.4.2 (with latest patches) testsuite fails on Tru64 5.1B-5 with Compaq C/C++</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/598</link>
    <description>&lt;pre&gt;Hello!

Here is a testsuite failure of successfully built MPFR 2.4.2 with
latest (-p2) patches applied, and linked against GMP 4.3.1 built
just before it, under the same environment.

Environment specs follow, testsuite failure log is at the bottom:

# sizer -v
HP Tru64 UNIX V5.1B (Rev. 2650); Thu Dec 17 18:47:21 CET 2009

# psrinfo -v 0
Status of processor 0 as of: 12/28/09 23:43:00
  Processor has been on-line since 12/28/2009 17:30:17
  The alpha EV5.6 (21164A) processor operates at 468 MHz,
  has a cache size of 4194304 bytes,
  and has an alpha internal floating point processor.

# psrinfo -n 
number of processors on system = 4

# cc -V
Compaq C V6.5-303 (dtk) on HP Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-302 (dtk) cc Driver

# cxx -V
Compaq C++ V7.1-006 for HP Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V7.1-006 (cxx) cxx Driver

# pwd
/usr/src/gcc/mpfr-2.4.2

# ./config.guess   
alphaev56-dec-osf5.1b

# ./configure --prefix=/opt/gcc --with-gmp=/opt/gcc
[...]
# gmake -j6
[...]
# gmake -j6 ch&lt;/pre&gt;</description>
    <dc:creator>RUMI Szabolcs</dc:creator>
    <dc:date>2009-12-29T02:34:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lib.mpfr.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lib.mpfr.general</link>
  </textinput>
</rdf:RDF>
