Re: long double versions of functions in gcc under Cygwin
- From: "Dann Corbit" <dcorbit@xxxxxxxxx>
- Date: Mon, 7 Aug 2006 21:11:08 -0700
"lcw1964" <leslie.wright@xxxxxxxxxxxxx> wrote in message
news:1155007718.733220.249820@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Dann Corbit wrote:
The qfloat library is by S. Moshier. You can find qfloat along with the
Cephes collection (which has tons of long double math functions) here:
http://www.moshier.net/#Cephes
Thank you! I should have given Mr. Moshier proper credit. I am also
aware of the link you referred me to, my right now porting those
libraries to GCC is a little beyond my skill set, so being able to
access the qfloat functionality thru Mr. Navia's lcc-win32 "wrapper" is
a good start.
You don't have to know anything. They come with their own makefiles.
At most, you will have to know what kind of machine you are compiling on (if
it is not a 32 bit platform or has odd endianness or something).
The standard makefile will probably fit your situation.
Just expand this archive:
http://www.moshier.net/qlib.zip
and type "make"
The Cephes functions are even the default math functions used in some linux
distributions (IIRC).
.
- Follow-Ups:
- References:
- long double versions of functions in gcc under Cygwin
- From: lcw1964
- Re: long double versions of functions in gcc under Cygwin
- From: Dann Corbit
- Re: long double versions of functions in gcc under Cygwin
- From: lcw1964
- long double versions of functions in gcc under Cygwin
- Prev by Date: Re: Is it possible to finding all return values of a C/C++ function?
- Next by Date: Re: segmentation fault writing to array elements in structure
- Previous by thread: Re: long double versions of functions in gcc under Cygwin
- Next by thread: Re: long double versions of functions in gcc under Cygwin
- Index(es):
Relevant Pages
|