X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <136299.99390.qm@web25506.mail.ukl.yahoo.com> Date: Wed, 8 Sep 2010 06:36:46 +0000 (GMT) From: Marco Atzeri Subject: R: Quad precision floating point package for gfortran To: cygwin AT cygwin DOT com In-Reply-To: <4C86EB8D.4090204@frontier.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --- Mer 8/9/10, Jerry DeLisle ha scritto: > We are developing a quad precision > floating point library for use with gfortran. >=20 > When attempting to build the library under Cygwin, we are > stopped because: >=20 > __float128 is not supported when running the ./configure > for the package.=A0 I suspect the issue may be related to > newlib vs glibc, but I really don't know. >=20 on cygwin we have=20 double =3D 64 bits long double =3D 96 bits but no float128 http://gcc.gnu.org/ml/gcc-patches/2009-05/msg00985.html > Do any of the Cygwin maintainers have any hints about > this?=A0 I am still investigating.=A0 It would be nice > to have this quad precision capability under Cygwin.=A0 > The library is a software floating point library and does > not depend on having special hardware.=A0 We have it > running on i686 and x86-64 Linux, but so far no luck under > Windows.=A0 If I learn more in the next few days, I will > report here. >=20 > Any suggestions would be appreciated. I leave that to Dave :-) but I guess you need to add them on newlib=20 as there is no float128 there. >=20 > Best regards, >=20 > Jerry Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple